Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dpystate.h321 PyAPI_FUNC(int) PyState_RemoveModule(struct PyModuleDef*);
/external/python/cpython3/Modules/
D_testmultiphase.c151 ret = PyState_RemoveModule(def); in call_state_registration_func()
/external/python/cpython3/PC/
Dpython3.def544 PyState_RemoveModule=python37.PyState_RemoveModule
/external/python/cpython3/Python/
Dpystate.c513 PyState_RemoveModule(struct PyModuleDef* def) in PyState_RemoveModule() function
/external/python/cpython3/Doc/c-api/
Dmodule.rst475 .. c:function:: int PyState_RemoveModule(PyModuleDef *def)
/external/python/cpython3/Doc/data/
Drefcounts.dat2080 PyState_RemoveModule:int:::
2081 PyState_RemoveModule:PyModuleDef*:def::
/external/python/cpython3/Misc/
DHISTORY7373 - Issue #15042: Add PyState_AddModule and PyState_RemoveModule. Add version