Home
last modified time | relevance | path

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

/third_party/python/Include/
Dpystate.h54 PyAPI_FUNC(int) PyState_RemoveModule(struct PyModuleDef*);
/third_party/python/Modules/
D_testmultiphase.c322 ret = PyState_RemoveModule(def); in call_state_registration_func()
/third_party/python/Doc/data/
Dstable_abi.dat565 function,PyState_RemoveModule,3.3,
Drefcounts.dat2089 PyState_RemoveModule:int:::
2090 PyState_RemoveModule:PyModuleDef*:def::
/third_party/python/PC/
Dpython3dll.c525 EXPORT_FUNC(PyState_RemoveModule)
/third_party/python/Python/
Dpystate.c773 PyState_RemoveModule(struct PyModuleDef* def) in PyState_RemoveModule() function
/third_party/python/Doc/c-api/
Dmodule.rst619 .. c:function:: int PyState_RemoveModule(PyModuleDef *def)
/third_party/python/Misc/
Dstable_abi.txt1747 function PyState_RemoveModule
DHISTORY7373 - Issue #15042: Add PyState_AddModule and PyState_RemoveModule. Add version