Home
last modified time | relevance | path

Searched refs:PyModuleDef_Base (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Include/
Dmoduleobject.h44 typedef struct PyModuleDef_Base { struct
49 } PyModuleDef_Base; argument
76 PyModuleDef_Base m_base;
/external/python/cpython3/Doc/c-api/
Dmodule.rst145 .. c:member:: PyModuleDef_Base m_base