Searched refs:PySuper_Type (Results 1 – 10 of 10) sorted by relevance
549 PySuper_Type=python37.PySuper_Type DATA
491 PyAPI_DATA(PyTypeObject) PySuper_Type; /* built-in 'super' */
443 PyAPI_DATA(PyTypeObject) PySuper_Type; /* built-in 'super' */
584 "PySuper_Type"
7307 super = _PyObject_FastCall((PyObject *)&PySuper_Type, args, 2); in init_subclass()7635 if (Py_TYPE(su) != &PySuper_Type) in super_descr_get()7645 newobj = (superobject *)PySuper_Type.tp_new(&PySuper_Type, in super_descr_get()7794 PyTypeObject PySuper_Type = { variable
1777 if (PyType_Ready(&PySuper_Type) < 0) in _Py_ReadyTypes()
6799 if (Py_TYPE(su) != &PySuper_Type)6809 newobj = (superobject *)PySuper_Type.tp_new(&PySuper_Type,6870 PyTypeObject PySuper_Type = { variable
2109 if (PyType_Ready(&PySuper_Type) < 0) in _Py_ReadyTypes()
2852 SETBUILTIN("super", &PySuper_Type); in _PyBuiltin_Init()
2746 SETBUILTIN("super", &PySuper_Type); in _PyBuiltin_Init()