Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dpystate.h165 PyAPI_FUNC(int) PyState_AddModule(PyObject*, struct PyModuleDef*);
/external/python/cpython3/Modules/
D_testmultiphase.c143 ret = PyState_AddModule(mod, def); in call_state_registration_func()
/external/python/cpython3/Doc/c-api/
Dmodule.rst457 :c:func:`PyState_AddModule` beforehand. In case the corresponding module object is not
460 .. c:function:: int PyState_AddModule(PyObject *module, PyModuleDef *def)
/external/python/cpython3/PC/
Dpython3.def541 PyState_AddModule=python36.PyState_AddModule
/external/python/cpython3/Python/
Dpystate.c314 PyState_AddModule(PyObject* module, struct PyModuleDef* def) in PyState_AddModule() function
/external/python/cpython3/Misc/
DHISTORY7373 - Issue #15042: Add PyState_AddModule and PyState_RemoveModule. Add version