Home | History | Annotate | Download | only in Objects

Lines Matching refs:tp_repr

2783     (reprfunc)type_repr,                        /* tp_repr */

3013 f = Py_TYPE(self)->tp_repr;
3541 object_repr, /* tp_repr */
3898 COPYSLOT(tp_repr);
5826 tp_repr). The table is terminated with
5886 TPSLOT("__repr__", tp_repr, slot_tp_repr, wrap_unaryfunc,
6376 function slot (like tp_repr) that's defined in the type, one or more
6717 super_repr, /* tp_repr */