Home
last modified time | relevance | path

Searched refs:tp_str (Results 1 - 5 of 5) sorted by relevance

/third_party/python/Doc/includes/
H A Dtypestruct.h26 reprfunc tp_str; member
/third_party/python/Include/cpython/
H A Dobject.h173 reprfunc tp_str; member
/third_party/python/Objects/
H A Dobject.c476 if (Py_TYPE(v)->tp_str == NULL) in PyObject_Str()
487 /* It is possible for a type to have a tp_str representation that loops in PyObject_Str()
492 res = (*Py_TYPE(v)->tp_str)(v); in PyObject_Str()
1702 0, /*tp_str */
1803 0, /*tp_str */
H A Dtypeobject.c4411 0, /* tp_str */
5625 object_str, /* tp_str */
5987 COPYSLOT(tp_str); in inherit_slots()
7984 (e.g. __str__ affects tp_str as well as tp_repr). The table is terminated with
8051 TPSLOT("__str__", tp_str, slot_tp_str, wrap_unaryfunc,
9195 0, /* tp_str */
/third_party/python/Modules/
H A D_zoneinfo.c2601 .tp_str = (reprfunc)zoneinfo_str,

Completed in 22 milliseconds