Home
last modified time | relevance | path

Searched refs:IfCond (Results 1 – 1 of 1) sorted by relevance

/openbmc/openbmc/poky/bitbake/lib/bb/pysh/
H A Dpyshyacc.py92 class IfCond: class
360 p[0] = ('if_clause', IfCond(p[2][1:], p[4][1:], else_part))
372 p[0] = ('elif', IfCond(p[2][1:], p[4][1:], else_part))
697 elif isinstance(v, IfCond):