Searched refs:ThenNode (Results 1 – 2 of 2) sorted by relevance
95 return (isinstance(child, (ThenNode, ElseNode)) or101 if any(isinstance(node, (ThenNode, ElseNode)) for node in children):102 if (len(children) != 2 or not isinstance(children[0], ThenNode) or117 class ThenNode(SplicingNode): class
42 'then' : misc.ThenNode,