Home | History | Annotate | Download | only in Objects

Lines Matching refs:tp_repr

2752     (reprfunc)type_repr,                        /* tp_repr */

2980 f = Py_TYPE(self)->tp_repr;
3508 object_repr, /* tp_repr */
3863 COPYSLOT(tp_repr);
5773 slots (e.g. __str__ affects tp_str as well as tp_repr). The table is
5969 TPSLOT("__repr__", tp_repr, slot_tp_repr, wrap_unaryfunc,
6340 function slot (like tp_repr) that's defined in the type, one or more
6681 super_repr, /* tp_repr */