Home
last modified time | relevance | path

Searched refs:ImpLoader (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_importhooks.py121 return ImpLoader(file, filename, stuff)
124 class ImpLoader: class
/external/python/cpython2/Lib/
Dpkgutil.py186 return ImpLoader(fullname, file, filename, etc)
229 class ImpLoader: class
/external/python/cpython3/Lib/
Dpkgutil.py226 return ImpLoader(fullname, file, filename, etc)
269 class ImpLoader: class
/external/python/cpython2/Doc/library/
Dpkgutil.rst62 .. class:: ImpLoader(fullname, file, filename, etc)
/external/python/cpython3/Lib/test/
Dtest_pkgutil.py508 pkgutil.ImpLoader("", "", "", "")
/external/python/cpython3/Doc/library/
Dpkgutil.rst69 .. class:: ImpLoader(fullname, file, filename, etc)