Home
last modified time | relevance | path

Searched refs:PySuper_Type (Results 1 – 9 of 9) sorted by relevance

/third_party/python/Include/
Dobject.h253 PyAPI_DATA(PyTypeObject) PySuper_Type; /* built-in 'super' */
/third_party/python/Doc/data/
Dstable_abi.dat572 var,PySuper_Type,3.2,
/third_party/python/PC/
Dpython3dll.c847 EXPORT_DATA(PySuper_Type)
/third_party/python/Objects/
Dtypeobject.c8499 PyObject *super = _PyObject_FastCall((PyObject *)&PySuper_Type, args, 2); in type_new_init_subclass()
8835 if (!Py_IS_TYPE(su, &PySuper_Type)) in super_descr_get()
8845 newobj = (superobject *)PySuper_Type.tp_new(&PySuper_Type, in super_descr_get()
9011 PyTypeObject PySuper_Type = { variable
Dobject.c1861 INIT_TYPE(PySuper_Type); in _PyTypes_Init()
/third_party/python/Python/
Dbltinmodule.c3035 SETBUILTIN("super", &PySuper_Type); in _PyBuiltin_Init()
/third_party/python/Misc/
Dstable_abi.txt1213 data PySuper_Type
/third_party/python/Tools/c-analyzer/
DTODO889 Objects/typeobject.c:PySuper_Type PyTypeObject PySuper_Type
/third_party/python/Tools/c-analyzer/cpython/
Dignored.tsv1647 Objects/typeobject.c - PySuper_Type -