Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/lib2to3/fixes/
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)