Home
last modified time | relevance | path

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

12

/external/python/cpython3/Modules/
D_testmultiphase.c412 {Py_mod_exec, execfunc},
719 {Py_mod_exec, execfunc},
739 {Py_mod_exec, execfunc_err},
760 {Py_mod_exec, execfunc_raise},
781 {Py_mod_exec, execfunc_unreported_exception},
818 {Py_mod_exec, meth_state_access_exec},
D_contextvarsmodule.c61 {Py_mod_exec, _contextvars_exec},
D_uuidmodule.c106 {Py_mod_exec, uuid_exec},
D_weakref.c171 {Py_mod_exec, weakref_exec},
D_hashopenssl.c2084 {Py_mod_exec, hashlib_openssl_legacy_init},
2085 {Py_mod_exec, hashlib_init_evptype},
2086 {Py_mod_exec, hashlib_init_evpxoftype},
2087 {Py_mod_exec, hashlib_init_hmactype},
2088 {Py_mod_exec, hashlib_md_meth_names},
Dxxlimited.c286 {Py_mod_exec, xx_modexec},
Dxxmodule.c389 {Py_mod_exec, xx_exec},
Dxxsubtype.c293 {Py_mod_exec, xxsubtype_exec},
Dsyslogmodule.c340 {Py_mod_exec, syslog_exec},
Datexitmodule.c335 {Py_mod_exec, atexit_exec},
Dresource.c497 {Py_mod_exec, resource_exec},
D_stat.c614 {Py_mod_exec, stat_exec},
D_heapqmodule.c708 {Py_mod_exec, heapq_exec},
D_bz2module.c744 {Py_mod_exec, _bz2_exec},
Derrnomodule.c929 {Py_mod_exec, errno_exec},
D_localemodule.c803 {Py_mod_exec, _locale_exec},
D_abc.c888 {Py_mod_exec, _abcmodule_exec},
Dbinascii.c1642 {Py_mod_exec, binascii_exec},
D_operator.c1771 {Py_mod_exec, operator_exec},
D_functoolsmodule.c1453 {Py_mod_exec, _functools_exec},
Daudioop.c1966 {Py_mod_exec, audioop_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/Doc/c-api/
Dmodule.rst203 and before the module is executed (:c:data:`Py_mod_exec` function). More
218 and before the module is executed (:c:data:`Py_mod_exec` function). More
233 and before the module is executed (:c:data:`Py_mod_exec` function). More
360 .. c:macro:: Py_mod_exec
369 If multiple ``Py_mod_exec`` slots are specified, they are processed in the
406 Process any execution slots (:c:data:`Py_mod_exec`) given in *def*.
/external/python/cpython3/Objects/
Dmoduleobject.c398 case Py_mod_exec: in PyModule_ExecDef()

12