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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
pkgutil.py 15 'ImpImporter', 'ImpLoader', 'read_code', 'extend_path',
162 class ImpImporter:
165 ImpImporter(dirname) produces a PEP 302 importer that searches that
166 directory. ImpImporter(None) produces a PEP 302 importer that searches
169 Note that ImpImporter does not currently support being used by placement
315 return ImpImporter(self.filename).find_module('__init__')
394 importer = ImpImporter(path_item)
439 yield ImpImporter()
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
pkgutil.py 15 'ImpImporter', 'ImpLoader', 'read_code', 'extend_path',
162 class ImpImporter:
165 ImpImporter(dirname) produces a PEP 302 importer that searches that
166 directory. ImpImporter(None) produces a PEP 302 importer that searches
169 Note that ImpImporter does not currently support being used by placement
307 return ImpImporter(self.filename).find_module('__init__')
386 importer = ImpImporter(path_item)
431 yield ImpImporter()
  /external/python/cpython2/Lib/
pkgutil.py 12 'ImpImporter', 'ImpLoader', 'read_code', 'extend_path',
159 class ImpImporter:
162 ImpImporter(dirname) produces a PEP 302 importer that searches that
163 directory. ImpImporter(None) produces a PEP 302 importer that searches
166 Note that ImpImporter does not currently support being used by placement
313 return ImpImporter(self.filename).find_module('__init__')
392 importer = ImpImporter(path_item)
437 yield ImpImporter()
  /external/python/cpython3/Lib/
pkgutil.py 17 'ImpImporter', 'ImpLoader', 'read_code', 'extend_path',
194 class ImpImporter:
197 ImpImporter(dirname) produces a PEP 302 finder that searches that
198 directory. ImpImporter(None) produces a PEP 302 finder that searches
201 Note that ImpImporter does not currently support being used by placement
353 finder = ImpImporter(self.filename)
  /external/python/cpython3/Lib/test/
test_pkgutil.py 413 pkgutil.ImpImporter("")
  /external/python/setuptools/pkg_resources/
__init__.py     [all...]

Completed in 872 milliseconds