Home
last modified time | relevance | path

Searched refs:ImpImporter (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/Lib/
Dpkgutil.py162 class ImpImporter: class
315 return ImpImporter(self.filename).find_module('__init__')
394 importer = ImpImporter(path_item)
439 yield ImpImporter()
/external/python/cpython3/Lib/
Dpkgutil.py191 class ImpImporter: class
350 finder = ImpImporter(self.filename)
/external/python/cpython2/Doc/library/
Dpkgutil.rst49 .. class:: ImpImporter(dirname=None)
58 Note that :class:`ImpImporter` does not currently support being used by
/external/python/cpython3/Doc/library/
Dpkgutil.rst52 .. class:: ImpImporter(dirname=None)
61 Note that :class:`ImpImporter` does not currently support being used by
/external/python/cpython3/Lib/test/
Dtest_pkgutil.py404 pkgutil.ImpImporter("")