Home
last modified time | relevance | path

Searched refs:slot_tp_repr (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Objects/
Dtypeobject.c5525 slot_tp_repr(PyObject *self) function
5555 return slot_tp_repr(self);
6046 TPSLOT("__repr__", tp_repr, slot_tp_repr, wrap_unaryfunc,
/external/python/cpython3/Objects/
Dtypeobject.c6300 slot_tp_repr(PyObject *self) in slot_tp_repr() function
6796 TPSLOT("__repr__", tp_repr, slot_tp_repr, wrap_unaryfunc,