Home
last modified time | relevance | path

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

/external/python/cpython3/PC/
Dpython3.def549 PySuper_Type=python37.PySuper_Type DATA
/external/python/cpython3/Include/
Dobject.h491 PyAPI_DATA(PyTypeObject) PySuper_Type; /* built-in 'super' */
/external/python/cpython2/Include/
Dobject.h443 PyAPI_DATA(PyTypeObject) PySuper_Type; /* built-in 'super' */
/external/python/cpython2/PC/os2emx/
Dpython27.def584 "PySuper_Type"
/external/python/cpython3/Objects/
Dtypeobject.c7307 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
Dobject.c1777 if (PyType_Ready(&PySuper_Type) < 0) in _Py_ReadyTypes()
/external/python/cpython2/Objects/
Dtypeobject.c6799 if (Py_TYPE(su) != &PySuper_Type)
6809 newobj = (superobject *)PySuper_Type.tp_new(&PySuper_Type,
6870 PyTypeObject PySuper_Type = { variable
Dobject.c2109 if (PyType_Ready(&PySuper_Type) < 0) in _Py_ReadyTypes()
/external/python/cpython3/Python/
Dbltinmodule.c2852 SETBUILTIN("super", &PySuper_Type); in _PyBuiltin_Init()
/external/python/cpython2/Python/
Dbltinmodule.c2746 SETBUILTIN("super", &PySuper_Type); in _PyBuiltin_Init()