/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/ |
fix_reduce.py | 11 from lib2to3.fixer_util import touch_import namespace 35 touch_import(u'functools', u'reduce', node)
|
fix_callable.py | 11 from lib2to3.fixer_util import Call, Name, String, Attr, touch_import namespace 33 touch_import(None, u'collections', node=node)
|
fix_intern.py | 11 from ..fixer_util import Name, Attr, touch_import namespace 45 touch_import(None, u'sys', node)
|
fix_operator.py | 14 from lib2to3.fixer_util import Call, Name, String, touch_import namespace 82 touch_import(None, module, node)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/ |
fix_reduce.py | 11 from lib2to3.fixer_util import touch_import namespace 35 touch_import(u'functools', u'reduce', node)
|
fix_callable.py | 11 from lib2to3.fixer_util import Call, Name, String, Attr, touch_import namespace 33 touch_import(None, u'collections', node=node)
|
fix_intern.py | 11 from ..fixer_util import Name, Attr, touch_import namespace 45 touch_import(None, u'sys', node)
|
fix_operator.py | 14 from lib2to3.fixer_util import Call, Name, String, touch_import namespace 82 touch_import(None, module, node)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/ |
test_util.py | 556 fixer_util.touch_import(None, "foo", node) 561 fixer_util.touch_import(None, "foo", node) 566 fixer_util.touch_import(None, "foo", node) 571 fixer_util.touch_import("html", "escape", node) 576 fixer_util.touch_import(None, "cgi", node)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/ |
test_util.py | 556 fixer_util.touch_import(None, "foo", node) 561 fixer_util.touch_import(None, "foo", node) 566 fixer_util.touch_import(None, "foo", node) 571 fixer_util.touch_import("html", "escape", node) 576 fixer_util.touch_import(None, "cgi", node)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/ |
fixer_util.py | 294 def touch_import(package, name, node): function
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/ |
fixer_util.py | 294 def touch_import(package, name, node): function
|