Home
last modified time | relevance | path

Searched refs:PyState_RemoveModule (Results 1 – 10 of 10) sorted by relevance

/external/python/cpython3/Include/
Dpystate.h44 PyAPI_FUNC(int) PyState_RemoveModule(PyModuleDef*);
/external/python/cpython3/Modules/
D_testmultiphase.c347 ret = PyState_RemoveModule(def); in call_state_registration_func()
/external/python/cpython3/PC/
Dpython3dll.c536 EXPORT_FUNC(PyState_RemoveModule)
/external/python/cpython3/Doc/data/
Dstable_abi.dat582 function,PyState_RemoveModule,3.3,,
Drefcounts.dat2089 PyState_RemoveModule:int:::
2090 PyState_RemoveModule:PyModuleDef*:def::
Dpython3.11.abi630 …<elf-symbol name='PyState_RemoveModule' type='func-type' binding='global-binding' visibility='defa…
14809PyState_RemoveModule' mangled-name='PyState_RemoveModule' filepath='Python/pystate.c' line='941' c…
/external/python/cpython3/Python/
Dpystate.c962 PyState_RemoveModule(PyModuleDef* def) in PyState_RemoveModule() function
/external/python/cpython3/Doc/c-api/
Dmodule.rst619 .. c:function:: int PyState_RemoveModule(PyModuleDef *def)
/external/python/cpython3/Misc/
Dstable_abi.toml1831 [function.PyState_RemoveModule]
DHISTORY7373 - Issue #15042: Add PyState_AddModule and PyState_RemoveModule. Add version