Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/
Dimp.py184 def load_compiled(name, pathname, file=None): function
236 return load_compiled(name, filename, file)
/external/python/cpython2/Lib/
Dihooks.py171 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)
Drexec.py102 def load_compiled(self, *args): raise SystemError, "don't use this" member in RHooks
/external/python/cpython3/Lib/test/
Dtest_imp.py179 mod = imp.load_compiled(
/external/python/cpython2/Doc/library/
Dimp.rst214 .. function:: load_compiled(name, pathname, [file])
/external/python/cpython3/Misc/
DHISTORY5024 - Issue #17358: Modules loaded by imp.load_source() and load_compiled() (and by
7633 imp.load_source()/load_package()/load_compiled().