Searched refs:is_subtree (Results 1 - 2 of 2) sorted by relevance

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
H A Dfix_next.py89 elif is_subtree(child, node):
100 def is_subtree(root, node): function
103 return any(is_subtree(c, node) for c in root.children)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
H A Dfix_next.py89 elif is_subtree(child, node):
100 def is_subtree(root, node): function
103 return any(is_subtree(c, node) for c in root.children)

Completed in 63 milliseconds