Home
last modified time | relevance | path

Searched refs:PyModuleDef_Type (Results 1 – 10 of 10) sorted by relevance

/third_party/python/Include/
Dmoduleobject.h41 PyAPI_DATA(PyTypeObject) PyModuleDef_Type;
/third_party/python/Objects/
Dmoduleobject.c20 PyTypeObject PyModuleDef_Type = { variable
44 assert(PyModuleDef_Type.tp_flags & Py_TPFLAGS_READY); in PyModuleDef_Init()
48 Py_SET_TYPE(def, &PyModuleDef_Type); in PyModuleDef_Init()
Dobject.c1914 &PyModuleDef_Type,
/third_party/python/Python/
Dimportdl.c199 if (PyObject_TypeCheck(m, &PyModuleDef_Type)) { in _PyImport_LoadDynamicModuleWithSpec()
Dimport.c989 if (PyObject_TypeCheck(mod, &PyModuleDef_Type)) { in create_builtin()
/third_party/python/PC/
Dpython3dll.c853 EXPORT_DATA(PyModuleDef_Type)
/third_party/python/Doc/data/
Dstable_abi.dat398 var,PyModuleDef_Type,3.5,,
/third_party/python/Tools/c-analyzer/
DTODO812 Objects/moduleobject.c:PyModuleDef_Type PyTypeObject PyModuleDef_Type
/third_party/python/Misc/
Dstable_abi.toml1869 [data.PyModuleDef_Type]
/third_party/python/Tools/c-analyzer/cpython/
Dglobals-to-fix.tsv76 Objects/moduleobject.c - PyModuleDef_Type -