Searched refs:tp_str (Results 1 - 5 of 5) sorted by relevance
/third_party/python/Doc/includes/ |
H A D | typestruct.h | 26 reprfunc tp_str; member
|
/third_party/python/Include/cpython/ |
H A D | object.h | 173 reprfunc tp_str; member
|
/third_party/python/Objects/ |
H A D | object.c | 476 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 D | typeobject.c | 4411 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.c | 2601 .tp_str = (reprfunc)zoneinfo_str,
|
Completed in 18 milliseconds