Home
last modified time | relevance | path

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

/third_party/python/Include/
Dmoduleobject.h44 typedef struct PyModuleDef_Base { struct
49 } PyModuleDef_Base; typedef
75 PyModuleDef_Base m_base;
/third_party/python/Doc/data/
Dstable_abi.dat396 type,PyModuleDef_Base,3.2,,full-abi
/third_party/python/Doc/c-api/
Dmodule.rst146 .. c:member:: PyModuleDef_Base m_base
/third_party/python/Misc/
Dstable_abi.toml102 [struct.PyModuleDef_Base]