Searched refs:PyState_AddModule (Results 1 – 16 of 16) sorted by relevance
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/ |
D | pystate.h | 43 PyAPI_FUNC(int) PyState_AddModule(PyObject*, PyModuleDef*);
|
/aosp_15_r20/external/python/cpython3/Include/ |
D | pystate.h | 43 PyAPI_FUNC(int) PyState_AddModule(PyObject*, PyModuleDef*);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/ |
D | pystate.h | 43 PyAPI_FUNC(int) PyState_AddModule(PyObject*, PyModuleDef*);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/ |
D | pystate.h | 43 PyAPI_FUNC(int) PyState_AddModule(PyObject*, PyModuleDef*);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/ |
D | pystate.h | 43 PyAPI_FUNC(int) PyState_AddModule(PyObject*, PyModuleDef*);
|
/aosp_15_r20/external/python/cpython3/Doc/c-api/ |
D | module.rst | 595 :c:func:`PyState_AddModule` beforehand. In case the corresponding module object is not 598 .. c:function:: int PyState_AddModule(PyObject *module, PyModuleDef *def) 605 Python calls ``PyState_AddModule`` automatically after importing a module,
|
/aosp_15_r20/external/python/cpython3/Modules/ |
D | _testmultiphase.c | 341 ret = PyState_AddModule(mod, def); in call_state_registration_func()
|
D | _testcapimodule.c | 8234 PyState_AddModule(m, &_testcapimodule); in PyInit__testcapi()
|
/aosp_15_r20/external/python/cpython3/Doc/data/ |
D | refcounts.dat | 2082 PyState_AddModule:int::: 2083 PyState_AddModule:PyObject*:module:+1: 2084 PyState_AddModule:PyModuleDef*:def::
|
D | stable_abi.dat | 580 function,PyState_AddModule,3.3,,
|
D | python3.11.abi | 628 …<elf-symbol name='PyState_AddModule' type='func-type' binding='global-binding' visibility='default… 14813 …PyState_AddModule' mangled-name='PyState_AddModule' filepath='Python/pystate.c' line='920' column=…
|
/aosp_15_r20/external/python/cpython3/PC/ |
D | python3dll.c | 534 EXPORT_FUNC(PyState_AddModule)
|
/aosp_15_r20/external/python/cpython3/Python/ |
D | pystate.c | 941 PyState_AddModule(PyObject* module, PyModuleDef* def) in PyState_AddModule() function
|
/aosp_15_r20/external/python/cpython3/Misc/ |
D | stable_abi.toml | 1829 [function.PyState_AddModule]
|
D | HISTORY | 7373 - Issue #15042: Add PyState_AddModule and PyState_RemoveModule. Add version
|
/aosp_15_r20/external/python/cpython3/Misc/NEWS.d/ |
D | 3.9.0a1.rst | 398 Fix an off-by-one error in PyState_AddModule that could cause out-of-bounds
|