Home
last modified time | relevance | path

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

/third_party/python/Include/
Dmoduleobject.h35 PyAPI_FUNC(struct PyModuleDef*) PyModule_GetDef(PyObject*);
/third_party/python/Python/
Dimportdl.c216 def = PyModule_GetDef(m); in _PyImport_LoadDynamicModuleWithSpec()
Dimport.c429 struct PyModuleDef *def = PyModule_GetDef(mod); in _PyImport_FixupExtensionObject()
1022 PyModuleDef *def = PyModule_GetDef(mod); in create_builtin()
1986 def = PyModule_GetDef(mod); in exec_builtin_or_dynamic()
Dpystate.c813 PyModuleDef *md = PyModule_GetDef(m); in _PyInterpreterState_ClearModules()
/third_party/python/Modules/
D_testmultiphase.c302 PyModuleDef *def = PyModule_GetDef(mod); in call_state_registration_func()
D_hashopenssl.c2187 mdef = PyModule_GetDef(module); in hashlib_init_constructors()
/third_party/python/Objects/
Dmoduleobject.c545 PyModule_GetDef(PyObject* m) in PyModule_GetDef() function
/third_party/python/Doc/data/
Dstable_abi.dat396 function,PyModule_GetDef,3.2,
Drefcounts.dat1381 PyModule_GetDef:PyModuleDef*::0:
1382 PyModule_GetDef:PyObject*:module:0:
/third_party/python/PC/
Dpython3dll.c372 EXPORT_FUNC(PyModule_GetDef)
/third_party/python/Doc/c-api/
Dmodule.rst96 .. c:function:: PyModuleDef* PyModule_GetDef(PyObject *module)
/third_party/python/Misc/
Dstable_abi.txt918 function PyModule_GetDef
DHISTORY4344 PyModule_GetDef() returns an error.