/aosp_15_r20/external/python/cpython3/Modules/ |
D | _testmultiphase.c | 446 {Py_mod_exec, execfunc}, 750 {Py_mod_exec, execfunc}, 770 {Py_mod_exec, execfunc_err}, 791 {Py_mod_exec, execfunc_raise}, 812 {Py_mod_exec, execfunc_unreported_exception}, 850 {Py_mod_exec, meth_state_access_exec},
|
D | symtablemodule.c | 109 {Py_mod_exec, symtable_init_stentry_type}, 110 {Py_mod_exec, symtable_init_constants},
|
D | _hashopenssl.c | 2261 {Py_mod_exec, hashlib_init_hashtable}, 2262 {Py_mod_exec, hashlib_init_evptype}, 2263 {Py_mod_exec, hashlib_init_evpxoftype}, 2264 {Py_mod_exec, hashlib_init_hmactype}, 2265 {Py_mod_exec, hashlib_md_meth_names}, 2266 {Py_mod_exec, hashlib_init_constructors}, 2267 {Py_mod_exec, hashlib_exception},
|
D | _contextvarsmodule.c | 46 {Py_mod_exec, _contextvars_exec},
|
D | _uuidmodule.c | 108 {Py_mod_exec, uuid_exec},
|
D | _weakref.c | 176 {Py_mod_exec, weakref_exec},
|
D | spwdmodule.c | 226 {Py_mod_exec, spwdmodule_exec},
|
D | xxmodule.c | 390 {Py_mod_exec, xx_exec},
|
D | xxsubtype.c | 295 {Py_mod_exec, xxsubtype_exec},
|
D | xxlimited_35.c | 299 {Py_mod_exec, xx_modexec},
|
D | syslogmodule.c | 360 {Py_mod_exec, syslog_exec},
|
D | _bisectmodule.c | 323 {Py_mod_exec, bisect_modexec},
|
D | pwdmodule.c | 338 {Py_mod_exec, pwdmodule_exec},
|
D | grpmodule.c | 329 {Py_mod_exec, grpmodule_exec},
|
/aosp_15_r20/external/python/cpython3/Doc/c-api/ |
D | module.rst | 204 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*.
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/ |
D | moduleobject.h | 66 #define Py_mod_exec 2 macro
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/ |
D | moduleobject.h | 66 #define Py_mod_exec 2 macro
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/ |
D | moduleobject.h | 66 #define Py_mod_exec 2 macro
|
/aosp_15_r20/external/python/cpython3/Include/ |
D | moduleobject.h | 66 #define Py_mod_exec 2 macro
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/ |
D | moduleobject.h | 66 #define Py_mod_exec 2 macro
|
/aosp_15_r20/external/python/cpython3/PC/ |
D | _testconsole.c | 33 {Py_mod_exec, execfunc},
|
/aosp_15_r20/external/python/cpython3/Modules/_blake2/ |
D | blake2module.c | 129 {Py_mod_exec, blake2_exec},
|
/aosp_15_r20/external/python/cpython3/Modules/_multiprocessing/ |
D | multiprocessing.c | 264 {Py_mod_exec, multiprocessing_exec},
|
/aosp_15_r20/external/python/cpython3/Python/ |
D | Python-tokenize.c | 153 {Py_mod_exec, tokenizemodule_exec},
|
/aosp_15_r20/external/python/cpython3/Lib/test/ |
D | _testcppext.cpp | 232 {Py_mod_exec, reinterpret_cast<void*>(_testcppext_exec)},
|