Searched refs:ImpLoader (Results 1 – 6 of 6) sorted by relevance
/external/python/cpython2/Lib/test/ |
D | test_importhooks.py | 121 return ImpLoader(file, filename, stuff) 124 class ImpLoader: class
|
/external/python/cpython2/Lib/ |
D | pkgutil.py | 186 return ImpLoader(fullname, file, filename, etc) 229 class ImpLoader: class
|
/external/python/cpython3/Lib/ |
D | pkgutil.py | 226 return ImpLoader(fullname, file, filename, etc) 269 class ImpLoader: class
|
/external/python/cpython2/Doc/library/ |
D | pkgutil.rst | 62 .. class:: ImpLoader(fullname, file, filename, etc)
|
/external/python/cpython3/Lib/test/ |
D | test_pkgutil.py | 508 pkgutil.ImpLoader("", "", "", "")
|
/external/python/cpython3/Doc/library/ |
D | pkgutil.rst | 69 .. class:: ImpLoader(fullname, file, filename, etc)
|