HomeSort by relevance Sort by last modified time
    Searched refs:is_subtree (Results 1 - 4 of 4) sorted by null

  /prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/fixes/
fix_next.py 89 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/gdb/linux-x86/lib/python2.7/lib2to3/fixes/
fix_next.py 89 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/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_next.py 89 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/
fix_next.py 89 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 635 milliseconds