Searched defs:PyModuleDef (Results 1 - 1 of 1) sorted by relevance

/external/python/cpython3/Include/
H A Dmoduleobject.h34 PyAPI_FUNC(struct PyModuleDef*) PyModule_GetDef(PyObject*);
39 PyAPI_FUNC(PyObject *) PyModuleDef_Init(struct PyModuleDef*);
74 typedef struct PyModuleDef{ struct
84 } PyModuleDef; typedef in typeref:struct:PyModuleDef

Completed in 109 milliseconds