Lines Matching refs:tp_name
28 descr->d_type->tp_name); in descr_repr()
72 descr->d_type->tp_name, in descr_check()
73 obj->ob_type->tp_name); in descr_check()
93 descr->d_type->tp_name); in classmethod_get()
102 descr->d_type->tp_name, in classmethod_get()
103 type->ob_type->tp_name); in classmethod_get()
111 descr->d_type->tp_name, in classmethod_get()
112 ((PyTypeObject *)type)->tp_name); in classmethod_get()
150 descr->d_type->tp_name); in getset_get()
174 descr->d_type->tp_name, in descr_setcheck()
175 obj->ob_type->tp_name); in descr_setcheck()
205 descr->d_type->tp_name); in getset_set()
223 descr->d_type->tp_name); in methoddescr_call()
234 descr->d_type->tp_name, in methoddescr_call()
235 self->ob_type->tp_name); in methoddescr_call()
268 descr->d_type->tp_name); in classmethoddescr_call()
277 self->ob_type->tp_name); in classmethoddescr_call()
286 descr->d_type->tp_name, in classmethoddescr_call()
287 self->ob_type->tp_name); in classmethoddescr_call()
319 descr->d_type->tp_name); in wrapperdescr_call()
330 descr->d_type->tp_name, in wrapperdescr_call()
331 self->ob_type->tp_name); in wrapperdescr_call()
980 wp->self->ob_type->tp_name, in wrapper_repr()