Searched refs:find_root (Results 1 - 4 of 4) sorted by relevance

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
H A Dfixer_util.py273 def find_root(node): function
287 binding = find_binding(name, find_root(node), package)
301 root = find_root(node)
H A Drefactor.py27 from .fixer_util import find_root namespace
447 find_root(node)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
H A Dfixer_util.py273 def find_root(node): function
287 binding = find_binding(name, find_root(node), package)
301 root = find_root(node)
H A Drefactor.py27 from .fixer_util import find_root namespace
447 find_root(node)

Completed in 181 milliseconds