Home
last modified time | relevance | path

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

/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)