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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/
fix_reduce.py 11 from lib2to3.fixer_util import touch_import
35 touch_import(u'functools', u'reduce', node)
fix_callable.py 11 from lib2to3.fixer_util import Call, Name, String, Attr, touch_import
33 touch_import(None, u'collections', node=node)
fix_intern.py 11 from ..fixer_util import Name, Attr, touch_import
45 touch_import(None, u'sys', node)
fix_operator.py 14 from lib2to3.fixer_util import Call, Name, String, touch_import
82 touch_import(None, module, node)
  /external/python/cpython2/Lib/lib2to3/fixes/
fix_reduce.py 11 from lib2to3.fixer_util import touch_import
35 touch_import(u'functools', u'reduce', node)
fix_intern.py 11 from ..fixer_util import Name, Attr, touch_import
55 touch_import(None, u'sys', node)
fix_operator.py 14 from lib2to3.fixer_util import Call, Name, String, touch_import
82 touch_import(None, module, node)
  /external/python/cpython3/Lib/lib2to3/fixes/
fix_reduce.py 11 from lib2to3.fixer_util import touch_import
35 touch_import('functools', 'reduce', node)
fix_intern.py 10 from ..fixer_util import ImportAndCall, touch_import
40 touch_import(None, 'sys', node)
fix_reload.py 7 from ..fixer_util import ImportAndCall, touch_import
37 touch_import(None, 'importlib', node)
fix_operator.py 16 from lib2to3.fixer_util import Call, Name, String, touch_import
83 touch_import(None, module, node)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/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)
  /external/python/cpython2/Lib/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)
  /external/python/cpython3/Lib/lib2to3/tests/
test_util.py 553 fixer_util.touch_import(None, "foo", node)
558 fixer_util.touch_import(None, "foo", node)
563 fixer_util.touch_import(None, "foo", node)
568 fixer_util.touch_import("html", "escape", node)
573 fixer_util.touch_import(None, "cgi", node)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/
fixer_util.py 294 def touch_import(package, name, node): function
  /external/python/cpython2/Lib/lib2to3/
fixer_util.py 294 def touch_import(package, name, node): function
  /external/python/cpython3/Lib/lib2to3/
fixer_util.py 315 def touch_import(package, name, node): function

Completed in 265 milliseconds