Lines Matching refs:tp_name
98 tp->tp_name, tp->tp_allocs, tp->tp_frees, in dump_counts()
122 v = Py_BuildValue("(snnn)", tp->tp_name, tp->tp_allocs, in get_counts()
357 Py_TYPE(op)==NULL ? "NULL" : Py_TYPE(op)->tp_name, in _PyObject_Dump()
378 Py_TYPE(v)->tp_name, v); in PyObject_Repr()
403 Py_TYPE(res)->tp_name); in PyObject_Repr()
446 Py_TYPE(res)->tp_name); in _PyObject_Str()
794 vname = v->ob_type->tp_name; in default_3way_compare()
798 wname = w->ob_type->tp_name; in default_3way_compare()
1103 self->ob_type->tp_name); in PyObject_HashNotImplemented()
1196 Py_TYPE(name)->tp_name); in PyObject_GetAttr()
1206 tp->tp_name, PyString_AS_STRING(name)); in PyObject_GetAttr()
1243 Py_TYPE(name)->tp_name); in PyObject_SetAttr()
1266 tp->tp_name, in PyObject_SetAttr()
1273 tp->tp_name, in PyObject_SetAttr()
1325 Py_TYPE(self)->tp_name); in _PyObject_NextNotImplemented()
1356 Py_TYPE(name)->tp_name); in _PyObject_GenericGetAttrWithDict()
1457 tp->tp_name, PyString_AS_STRING(name)); in _PyObject_GenericGetAttrWithDict()
1494 Py_TYPE(name)->tp_name); in _PyObject_GenericSetAttrWithDict()
1549 tp->tp_name, PyString_AS_STRING(name)); in _PyObject_GenericSetAttrWithDict()
1555 tp->tp_name, PyString_AS_STRING(name)); in _PyObject_GenericSetAttrWithDict()
1809 "not '%.200s'", Py_TYPE(names)->tp_name); in _dir_locals()
1959 Py_TYPE(result)->tp_name); in _dir_object()
2296 op->ob_refcnt, Py_TYPE(op)->tp_name); in _Py_PrintReferenceAddresses()