Searched defs:ThenNode (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/tools/grit/grit/node/
H A Dmisc.py95 return (isinstance(child, (ThenNode, ElseNode)) or
101 if any(isinstance(node, (ThenNode, ElseNode)) for node in children):
102 if (len(children) != 2 or not isinstance(children[0], ThenNode) or
117 class ThenNode(SplicingNode): class in inherits:SplicingNode

Completed in 217 milliseconds