Home
last modified time | relevance | path

Searched refs:_PyState_AddModule (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython3/Include/
Dpystate.h161 PyAPI_FUNC(int) _PyState_AddModule(PyObject*, struct PyModuleDef*);
/external/python/cpython3/Python/
Dpystate.c287 _PyState_AddModule(PyObject* module, struct PyModuleDef* def) in _PyState_AddModule() function
331 return _PyState_AddModule(module, def); in PyState_AddModule()
Dimport.c550 if (_PyState_AddModule(mod, def) < 0) { in _PyImport_FixupExtensionObject()
630 if (_PyState_AddModule(mod, def) < 0) { in _PyImport_FindExtensionObject()
/external/python/cpython3/PC/
Dpython3.def768 _PyState_AddModule=python36._PyState_AddModule
/external/python/cpython3/Misc/
DNEWS1054 after use of 'def' in _PyState_AddModule().
3592 after use of 'def' in _PyState_AddModule().