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

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
H A Dpytree.py460 - NodePattern matches a single node (usually non-leaf);
578 class NodePattern(BasePattern): class in inherits:BasePattern
696 return NodePattern(name=self.name)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
H A Dpytree.py460 - NodePattern matches a single node (usually non-leaf);
578 class NodePattern(BasePattern): class in inherits:BasePattern
696 return NodePattern(name=self.name)

Completed in 727 milliseconds