Searched refs:PySuper_Type (Results 1 – 9 of 9) sorted by relevance
253 PyAPI_DATA(PyTypeObject) PySuper_Type; /* built-in 'super' */
572 var,PySuper_Type,3.2,
847 EXPORT_DATA(PySuper_Type)
8499 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
1861 INIT_TYPE(PySuper_Type); in _PyTypes_Init()
3035 SETBUILTIN("super", &PySuper_Type); in _PyBuiltin_Init()
1213 data PySuper_Type
889 Objects/typeobject.c:PySuper_Type PyTypeObject PySuper_Type
1647 Objects/typeobject.c - PySuper_Type -