Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dtypeobject.c6317 SLOT0(slot_tp_str, "__str__")
6803 TPSLOT("__str__", tp_str, slot_tp_str, wrap_unaryfunc,
/external/python/cpython2/Objects/
Dtypeobject.c5542 slot_tp_str(PyObject *self) function
6052 TPSLOT("__str__", tp_str, slot_tp_str, wrap_unaryfunc,