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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/
fix_exitfunc.py 67 new_import = pytree.Node(syms.import_name,
70 new = pytree.Node(syms.simple_stmt, [new_import])
  /external/python/cpython2/Lib/lib2to3/fixes/
fix_exitfunc.py 67 new_import = pytree.Node(syms.import_name,
70 new = pytree.Node(syms.simple_stmt, [new_import])
  /external/python/cpython3/Lib/lib2to3/fixes/
fix_exitfunc.py 67 new_import = pytree.Node(syms.import_name,
70 new = pytree.Node(syms.simple_stmt, [new_import])
  /external/python/apitools/apitools/gen/
message_registry.py 135 def __AddImport(self, new_import):
136 if new_import not in self.__file_descriptor.additional_imports:
137 self.__file_descriptor.additional_imports.append(new_import)
  /external/libchrome/base/android/jni_generator/
jni_generator.py 381 new_import = 'L%s/%s' % (self._package, raw_class_name)
382 if new_import in self._imports:
384 'imported class: %s' % (new_import.replace('/', '.')))
385 self._imports += [new_import]
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/
test_fixers.py     [all...]
  /external/python/cpython2/Lib/lib2to3/tests/
test_fixers.py     [all...]
  /external/python/cpython3/Lib/lib2to3/tests/
test_fixers.py     [all...]

Completed in 2719 milliseconds