Home
last modified time | relevance | path

Searched refs:C_BUILTIN (Results 1 – 9 of 9) sorted by relevance

/external/python/cpython3/Lib/
Dimp.py42 C_BUILTIN = 6 variable
245 elif type_ == C_BUILTIN:
274 return None, None, ('', '', C_BUILTIN)
Dmodulefinder.py448 return (None, None, ("", "", imp.C_BUILTIN))
/external/python/cpython2/Python/
Dimportdl.h17 C_BUILTIN, enumerator
Dimport.c1346 static struct filedescr fd_builtin = {"", "", C_BUILTIN}; in find_module()
1967 case C_BUILTIN: in load_module()
1971 if (type == C_BUILTIN) in load_module()
1980 type == C_BUILTIN ? in load_module()
1991 type == C_BUILTIN ? in load_module()
3458 if (setint(d, "C_BUILTIN", C_BUILTIN) < 0) goto failure; in initimp()
/external/python/cpython2/Lib/
Dihooks.py68 from imp import C_BUILTIN, PY_FROZEN, PKG_DIRECTORY
69 BUILTIN_MODULE = C_BUILTIN
Dimputil.py512 type = imp.C_BUILTIN
Dmodulefinder.py492 return (None, None, ("", "", imp.C_BUILTIN))
/external/python/cpython2/Doc/library/
Dimp.rst40 given name (:const:`C_BUILTIN`), then a frozen module (:const:`PY_FROZEN`),
161 .. data:: C_BUILTIN
/external/python/cpython3/Doc/library/
Dimp.rst52 given name (:const:`C_BUILTIN`), then a frozen module (:const:`PY_FROZEN`),
346 .. data:: C_BUILTIN