Home
last modified time | relevance | path

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/
Dpystate.h43 PyAPI_FUNC(int) PyState_AddModule(PyObject*, PyModuleDef*);
/aosp_15_r20/external/python/cpython3/Include/
Dpystate.h43 PyAPI_FUNC(int) PyState_AddModule(PyObject*, PyModuleDef*);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/
Dpystate.h43 PyAPI_FUNC(int) PyState_AddModule(PyObject*, PyModuleDef*);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/
Dpystate.h43 PyAPI_FUNC(int) PyState_AddModule(PyObject*, PyModuleDef*);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/
Dpystate.h43 PyAPI_FUNC(int) PyState_AddModule(PyObject*, PyModuleDef*);
/aosp_15_r20/external/python/cpython3/Doc/c-api/
Dmodule.rst595 :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.c341 ret = PyState_AddModule(mod, def); in call_state_registration_func()
D_testcapimodule.c8234 PyState_AddModule(m, &_testcapimodule); in PyInit__testcapi()
/aosp_15_r20/external/python/cpython3/Doc/data/
Drefcounts.dat2082 PyState_AddModule:int:::
2083 PyState_AddModule:PyObject*:module:+1:
2084 PyState_AddModule:PyModuleDef*:def::
Dstable_abi.dat580 function,PyState_AddModule,3.3,,
Dpython3.11.abi628 …<elf-symbol name='PyState_AddModule' type='func-type' binding='global-binding' visibility='default…
14813PyState_AddModule' mangled-name='PyState_AddModule' filepath='Python/pystate.c' line='920' column=…
/aosp_15_r20/external/python/cpython3/PC/
Dpython3dll.c534 EXPORT_FUNC(PyState_AddModule)
/aosp_15_r20/external/python/cpython3/Python/
Dpystate.c941 PyState_AddModule(PyObject* module, PyModuleDef* def) in PyState_AddModule() function
/aosp_15_r20/external/python/cpython3/Misc/
Dstable_abi.toml1829 [function.PyState_AddModule]
DHISTORY7373 - Issue #15042: Add PyState_AddModule and PyState_RemoveModule. Add version
/aosp_15_r20/external/python/cpython3/Misc/NEWS.d/
D3.9.0a1.rst398 Fix an off-by-one error in PyState_AddModule that could cause out-of-bounds