Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/lib2to3/
Dfixer_util.py294 def find_root(node): function
308 binding = find_binding(name, find_root(node), package)
322 root = find_root(node)
Drefactor.py25 from .fixer_util import find_root
428 find_root(node)
/external/python/cpython2/Lib/lib2to3/
Dfixer_util.py273 def find_root(node): function
287 binding = find_binding(name, find_root(node), package)
301 root = find_root(node)
Drefactor.py27 from .fixer_util import find_root
447 find_root(node)