Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dpystate.h320 PyAPI_FUNC(int) PyState_AddModule(PyObject*, struct PyModuleDef*);
/external/python/cpython3/Modules/
D_testmultiphase.c145 ret = PyState_AddModule(mod, def); in call_state_registration_func()
/external/python/cpython3/Doc/c-api/
Dmodule.rst463 :c:func:`PyState_AddModule` beforehand. In case the corresponding module object is not
466 .. c:function:: int PyState_AddModule(PyObject *module, PyModuleDef *def)
/external/python/cpython3/PC/
Dpython3.def542 PyState_AddModule=python37.PyState_AddModule
/external/python/cpython3/Python/
Dpystate.c492 PyState_AddModule(PyObject* module, struct PyModuleDef* def) in PyState_AddModule() function
/external/python/cpython3/Doc/data/
Drefcounts.dat2073 PyState_AddModule:int:::
2074 PyState_AddModule:PyObject*:module:+1:
2075 PyState_AddModule:PyModuleDef*:def::
/external/python/cpython3/Misc/
DHISTORY7373 - Issue #15042: Add PyState_AddModule and PyState_RemoveModule. Add version