Home
last modified time | relevance | path

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

/third_party/python/Include/
Dmoduleobject.h75 typedef struct PyModuleDef{ struct
76 PyModuleDef_Base m_base; argument
81 struct PyModuleDef_Slot* m_slots; argument
85 } PyModuleDef; argument