Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dmoduleobject.h39 typedef struct PyModuleDef_Base { struct
58 } PyModuleDef_Base; argument
108 PyModuleDef_Base m_base;
/external/python/cpython3/Python/
Dimport.c1042 restore_old_cached_def(PyModuleDef *def, PyModuleDef_Base *oldbase) in restore_old_cached_def()
1048 cleanup_old_cached_def(PyModuleDef_Base *oldbase) in cleanup_old_cached_def()
1309 PyModuleDef_Base olddefbase = def->m_base; in _extensions_cache_set()
/external/python/cpython3/Doc/data/
Dstable_abi.dat415 type,PyModuleDef_Base,3.2,,full-abi
Dpython3.13.abi8000 …<class-decl name='PyModuleDef_Base' size-in-bits='320' is-struct='yes' visibility='default' filepa…
8014 …<typedef-decl name='PyModuleDef_Base' type-id='type-id-379' filepath='./Include/moduleobject.h' li…
/external/python/cpython3/Doc/c-api/
Dmodule.rst150 .. c:member:: PyModuleDef_Base m_base
/external/python/cpython3/Misc/
Dstable_abi.toml106 [struct.PyModuleDef_Base]