Home
last modified time | relevance | path

Searched refs:Py_mod_exec (Results 1 – 25 of 78) sorted by relevance

1234

/external/python/cpython3/Modules/
D_testmultiphase.c442 {Py_mod_exec, execfunc},
746 {Py_mod_exec, execfunc},
766 {Py_mod_exec, execfunc_err},
787 {Py_mod_exec, execfunc_raise},
808 {Py_mod_exec, execfunc_unreported_exception},
846 {Py_mod_exec, meth_state_access_exec},
Dsymtablemodule.c109 {Py_mod_exec, symtable_init_stentry_type},
110 {Py_mod_exec, symtable_init_constants},
D_contextvarsmodule.c46 {Py_mod_exec, _contextvars_exec},
D_hashopenssl.c2250 {Py_mod_exec, hashlib_init_hashtable},
2251 {Py_mod_exec, hashlib_init_evptype},
2252 {Py_mod_exec, hashlib_init_evpxoftype},
2253 {Py_mod_exec, hashlib_init_hmactype},
2254 {Py_mod_exec, hashlib_md_meth_names},
2255 {Py_mod_exec, hashlib_init_constructors},
2256 {Py_mod_exec, hashlib_exception},
D_uuidmodule.c106 {Py_mod_exec, uuid_exec},
D_weakref.c171 {Py_mod_exec, weakref_exec},
Dspwdmodule.c226 {Py_mod_exec, spwdmodule_exec},
Dxxsubtype.c293 {Py_mod_exec, xxsubtype_exec},
Dxxmodule.c389 {Py_mod_exec, xx_exec},
Dxxlimited_35.c289 {Py_mod_exec, xx_modexec},
Dsyslogmodule.c340 {Py_mod_exec, syslog_exec},
Dxxlimited.c344 {Py_mod_exec, xx_modexec},
Dpwdmodule.c340 {Py_mod_exec, pwdmodule_exec},
Dgrpmodule.c329 {Py_mod_exec, grpmodule_exec},
D_queuemodule.c424 {Py_mod_exec, queuemodule_exec},
Dresource.c508 {Py_mod_exec, resource_exec},
D_stat.c614 {Py_mod_exec, stat_exec},
D_heapqmodule.c685 {Py_mod_exec, heapq_exec},
Dnismodule.c504 {Py_mod_exec, nis_exec},
/external/python/cpython3/Include/
Dmoduleobject.h67 #define Py_mod_exec 2 macro
/external/python/cpython3/PC/
D_testconsole.c29 {Py_mod_exec, execfunc},
/external/python/cpython3/Modules/_blake2/
Dblake2module.c126 {Py_mod_exec, blake2_exec},
/external/python/cpython3/Modules/_multiprocessing/
Dmultiprocessing.c265 {Py_mod_exec, multiprocessing_exec},
/external/python/cpython3/Doc/c-api/
Dmodule.rst204 and before the module is executed (:c:data:`Py_mod_exec` function). More
219 and before the module is executed (:c:data:`Py_mod_exec` function). More
240 and before the module is executed (:c:data:`Py_mod_exec` function). More
367 .. c:macro:: Py_mod_exec
376 If multiple ``Py_mod_exec`` slots are specified, they are processed in the
413 Process any execution slots (:c:data:`Py_mod_exec`) given in *def*.
/external/python/cpython3/Modules/cjkcodecs/
Dcjkcodecs.h411 {Py_mod_exec, _cjk_exec},

1234