Home
last modified time | relevance | path

Searched refs:PyDescr_TYPE (Results 1 – 5 of 5) sorted by relevance

/third_party/python/Objects/
Ddescrobject.c102 PyDescr_TYPE(descr)->tp_name); in classmethod_get()
111 PyDescr_TYPE(descr)->tp_name, in classmethod_get()
115 if (!PyType_IsSubtype((PyTypeObject *)type, PyDescr_TYPE(descr))) { in classmethod_get()
120 PyDescr_TYPE(descr)->tp_name, in classmethod_get()
189 PyDescr_TYPE(descr)->tp_name); in getset_get()
243 PyDescr_TYPE(descr)->tp_name); in getset_set()
484 PyDescr_TYPE(descr)->tp_name); in classmethoddescr_call()
532 PyDescr_TYPE(descr)->tp_name); in wrapperdescr_call()
537 (PyObject *)PyDescr_TYPE(descr))) { in wrapperdescr_call()
543 PyDescr_TYPE(descr)->tp_name, in wrapperdescr_call()
[all …]
Dtypeobject.c8273 PyType_IsSubtype(type, PyDescr_TYPE(d))) in update_one_slot()
/third_party/python/Include/
Ddescrobject.h50 #define PyDescr_TYPE(x) (((PyDescrObject *)(x))->d_type) macro
/third_party/skia/third_party/externals/libwebp/swig/
Dlibwebp_python_wrap.c957 #define PyDescr_TYPE(x) (((PyDescrObject *)(x))->d_type) macro
/third_party/python/Misc/
DHISTORY13103 PEP 3123). The PyDescr_TYPE and PyDescr_NAME macros should be used for