Lines Matching refs:tp_name
38 return PyUnicode_FromFormat(format, name, "?", descr->d_type->tp_name); in descr_repr()
82 descr->d_type->tp_name, in descr_check()
83 obj->ob_type->tp_name); in descr_check()
103 PyDescr_TYPE(descr)->tp_name); in classmethod_get()
112 PyDescr_TYPE(descr)->tp_name, in classmethod_get()
113 type->ob_type->tp_name); in classmethod_get()
121 PyDescr_TYPE(descr)->tp_name, in classmethod_get()
122 ((PyTypeObject *)type)->tp_name); in classmethod_get()
160 PyDescr_TYPE(descr)->tp_name); in getset_get()
184 descr->d_type->tp_name, in descr_setcheck()
185 obj->ob_type->tp_name); in descr_setcheck()
215 PyDescr_TYPE(descr)->tp_name); in getset_set()
233 PyDescr_TYPE(descr)->tp_name); in methoddescr_call()
244 PyDescr_TYPE(descr)->tp_name, in methoddescr_call()
245 self->ob_type->tp_name); in methoddescr_call()
272 PyDescr_TYPE(descr)->tp_name); in _PyMethodDescr_FastCallKeywords()
283 PyDescr_TYPE(descr)->tp_name, in _PyMethodDescr_FastCallKeywords()
284 self->ob_type->tp_name); in _PyMethodDescr_FastCallKeywords()
309 PyDescr_TYPE(descr)->tp_name); in classmethoddescr_call()
318 PyDescr_TYPE(descr)->tp_name, in classmethoddescr_call()
319 self->ob_type->tp_name); in classmethoddescr_call()
328 PyDescr_TYPE(descr)->tp_name, in classmethoddescr_call()
329 self->ob_type->tp_name); in classmethoddescr_call()
374 PyDescr_TYPE(descr)->tp_name); in wrapperdescr_call()
385 PyDescr_TYPE(descr)->tp_name, in wrapperdescr_call()
386 self->ob_type->tp_name); in wrapperdescr_call()
959 Py_TYPE(mapping)->tp_name); in mappingproxy_check_mapping()
1079 wp->self->ob_type->tp_name, in wrapper_repr()