HomeSort by relevance Sort by last modified time
    Searched full:thennode (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/tools/grit/grit/node/
mapping.py 42 'then' : misc.ThenNode,
misc.py 95 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):

Completed in 1114 milliseconds