Searched refs:Py_mod_exec (Results 1 – 25 of 36) sorted by relevance
12
/external/python/cpython3/Modules/ |
D | _testmultiphase.c | 412 {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.c | 61 {Py_mod_exec, _contextvars_exec},
|
D | _uuidmodule.c | 106 {Py_mod_exec, uuid_exec},
|
D | _weakref.c | 171 {Py_mod_exec, weakref_exec},
|
D | _hashopenssl.c | 2084 {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},
|
D | xxlimited.c | 286 {Py_mod_exec, xx_modexec},
|
D | xxmodule.c | 389 {Py_mod_exec, xx_exec},
|
D | xxsubtype.c | 293 {Py_mod_exec, xxsubtype_exec},
|
D | syslogmodule.c | 340 {Py_mod_exec, syslog_exec},
|
D | atexitmodule.c | 335 {Py_mod_exec, atexit_exec},
|
D | resource.c | 497 {Py_mod_exec, resource_exec},
|
D | _stat.c | 614 {Py_mod_exec, stat_exec},
|
D | _heapqmodule.c | 708 {Py_mod_exec, heapq_exec},
|
D | _bz2module.c | 744 {Py_mod_exec, _bz2_exec},
|
D | errnomodule.c | 929 {Py_mod_exec, errno_exec},
|
D | _localemodule.c | 803 {Py_mod_exec, _locale_exec},
|
D | _abc.c | 888 {Py_mod_exec, _abcmodule_exec},
|
D | binascii.c | 1642 {Py_mod_exec, binascii_exec},
|
D | _operator.c | 1771 {Py_mod_exec, operator_exec},
|
D | _functoolsmodule.c | 1453 {Py_mod_exec, _functools_exec},
|
D | audioop.c | 1966 {Py_mod_exec, audioop_exec},
|
/external/python/cpython3/Include/ |
D | moduleobject.h | 67 #define Py_mod_exec 2 macro
|
/external/python/cpython3/PC/ |
D | _testconsole.c | 29 {Py_mod_exec, execfunc},
|
/external/python/cpython3/Doc/c-api/ |
D | module.rst | 203 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/ |
D | moduleobject.c | 398 case Py_mod_exec: in PyModule_ExecDef()
|
12