Searched refs:PyDescr_TYPE (Results 1 – 4 of 4) sorted by relevance
108 PyDescr_TYPE(descr)->tp_name); in classmethod_get()117 PyDescr_TYPE(descr)->tp_name, in classmethod_get()121 if (!PyType_IsSubtype((PyTypeObject *)type, PyDescr_TYPE(descr))) { in classmethod_get()126 PyDescr_TYPE(descr)->tp_name, in classmethod_get()189 PyDescr_TYPE(descr)->tp_name); in getset_get()244 PyDescr_TYPE(descr)->tp_name); in getset_set()486 PyDescr_TYPE(descr)->tp_name); in classmethoddescr_call()534 PyDescr_TYPE(descr)->tp_name); in wrapperdescr_call()539 (PyObject *)PyDescr_TYPE(descr))) { in wrapperdescr_call()545 PyDescr_TYPE(descr)->tp_name, in wrapperdescr_call()[all …]
7490 PyType_IsSubtype(type, PyDescr_TYPE(d))) in update_one_slot()
50 #define PyDescr_TYPE(x) (((PyDescrObject *)(x))->d_type) macro
13103 PEP 3123). The PyDescr_TYPE and PyDescr_NAME macros should be used for