Searched refs:load_compiled (Results 1 – 6 of 6) sorted by relevance
/external/python/cpython3/Lib/ |
D | imp.py | 184 def load_compiled(name, pathname, file=None): function 236 return load_compiled(name, filename, file)
|
/external/python/cpython2/Lib/ |
D | ihooks.py | 171 def load_compiled(self, name, filename, file=None): member in Hooks 172 return imp.load_compiled(name, filename, file) 274 m = self.hooks.load_compiled(name, filename, file)
|
D | rexec.py | 102 def load_compiled(self, *args): raise SystemError, "don't use this" member in RHooks
|
/external/python/cpython3/Lib/test/ |
D | test_imp.py | 179 mod = imp.load_compiled(
|
/external/python/cpython2/Doc/library/ |
D | imp.rst | 214 .. function:: load_compiled(name, pathname, [file])
|
/external/python/cpython3/Misc/ |
D | HISTORY | 5024 - Issue #17358: Modules loaded by imp.load_source() and load_compiled() (and by 7633 imp.load_source()/load_package()/load_compiled().
|