Home
last modified time | relevance | path

Searched refs:PyModule_GetDef (Results 1 – 10 of 10) sorted by relevance

/external/python/cpython3/Include/
Dmoduleobject.h34 PyAPI_FUNC(struct PyModuleDef*) PyModule_GetDef(PyObject*);
/external/python/cpython3/Python/
Dimportdl.c208 def = PyModule_GetDef(m); in _PyImport_LoadDynamicModuleWithSpec()
Dimport.c649 def = PyModule_GetDef(mod); in _PyImport_FixupExtensionObject()
1207 def = PyModule_GetDef(mod); in _imp_create_builtin()
2095 def = PyModule_GetDef(mod); in exec_builtin_or_dynamic()
Dpystate.c550 PyModuleDef *md = PyModule_GetDef(m); in _PyState_ClearModules()
/external/python/cpython3/Modules/
D_testmultiphase.c131 PyModuleDef *def = PyModule_GetDef(mod); in call_state_registration_func()
/external/python/cpython3/PC/
Dpython3.def369 PyModule_GetDef=python37.PyModule_GetDef
/external/python/cpython3/Objects/
Dmoduleobject.c553 PyModule_GetDef(PyObject* m) in PyModule_GetDef() function
/external/python/cpython3/Doc/c-api/
Dmodule.rst95 .. c:function:: PyModuleDef* PyModule_GetDef(PyObject *module)
/external/python/cpython3/Doc/data/
Drefcounts.dat1350 PyModule_GetDef:PyModuleDef*::0:
1351 PyModule_GetDef:PyObject*:module:0:
/external/python/cpython3/Misc/
DHISTORY4344 PyModule_GetDef() returns an error.