Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/
Dimp.py11 init_frozen, is_builtin, is_frozen,
248 return init_frozen(name)
/external/python/cpython2/Lib/
Dihooks.py167 def init_frozen(self, name): return imp.init_frozen(name) member in Hooks
268 return self.hooks.init_frozen(name)
Drexec.py100 def init_frozen(self, name): raise SystemError, "don't use this" member in RHooks
/external/python/cpython2/Doc/library/
Dimp.rst168 The module was found as a frozen module (see :func:`init_frozen`).
190 .. function:: init_frozen(name)
210 Return ``True`` if there is a frozen module (see :func:`init_frozen`) called
/external/python/cpython3/Misc/NEWS.d/
D3.5.0a1.rst5183 using imp.init_frozen().
/external/python/cpython3/Misc/
DHISTORY2128 module loaded using imp.init_frozen().