Searched refs:IfCond (Results 1 – 1 of 1) sorted by relevance
92 class IfCond: class360 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):