Home
last modified time | relevance | path

Searched refs:reprfunc (Results 1 – 25 of 64) sorted by relevance

123

/third_party/python/Doc/includes/
Dtypestruct.h14 reprfunc tp_repr;
26 reprfunc tp_str;
/third_party/python/Objects/
Dinterpreteridobject.c237 (reprfunc)interpid_repr, /* tp_repr */
243 (reprfunc)interpid_str, /* tp_str */
Ddescrobject.c700 (reprfunc)method_repr, /* tp_repr */
740 (reprfunc)method_repr, /* tp_repr */
777 (reprfunc)member_repr, /* tp_repr */
814 (reprfunc)getset_repr, /* tp_repr */
851 (reprfunc)wrapperdescr_repr, /* tp_repr */
1408 (reprfunc)wrapper_repr, /* tp_repr */
1843 (reprfunc)mappingproxy_repr, /* tp_repr */
1849 (reprfunc)mappingproxy_str, /* tp_str */
Dcellobject.c167 (reprfunc)cell_repr, /* tp_repr */
Dclassobject.c341 (reprfunc)method_repr, /* tp_repr */
581 (reprfunc)instancemethod_repr, /* tp_repr */
Dfuncobject.c695 (reprfunc)func_repr, /* tp_repr */
927 (reprfunc)cm_repr, /* tp_repr */
1123 (reprfunc)sm_repr, /* tp_repr */
Dnamespaceobject.c212 (reprfunc)namespace_repr, /* tp_repr */
Dstructseq.c489 type->tp_repr = (reprfunc)structseq_repr; in _PyStructSequence_InitType()
554 slots[1] = (PyType_Slot){Py_tp_repr, (reprfunc)structseq_repr}; in PyStructSequence_NewType()
Dexceptions.c391 (reprfunc)BaseException_repr, /*tp_repr*/
397 (reprfunc)BaseException_str, /*tp_str*/
468 (reprfunc)EXCSTR, 0, 0, 0, \
2108 (reprfunc)UnicodeEncodeError_str, 0, 0, 0,
2224 (reprfunc)UnicodeDecodeError_str, 0, 0, 0,
2321 (reprfunc)UnicodeTranslateError_str, 0, 0, 0,
Dweakrefobject.c382 (reprfunc)weakref_repr, /*tp_repr*/
753 (reprfunc)proxy_repr, /* tp_repr */
Dfileobject.c477 (reprfunc)stdprinter_repr, /* tp_repr */
Dgenobject.c788 (reprfunc)gen_repr, /* tp_repr */
1035 (reprfunc)coro_repr, /* tp_repr */
1419 (reprfunc)async_gen_repr, /* tp_repr */
Dsliceobject.c641 (reprfunc)slice_repr, /* tp_repr */
Dmethodobject.c347 (reprfunc)meth_repr, /* tp_repr */
/third_party/protobuf/python/google/protobuf/pyext/
Dfield.cc97 (reprfunc)field::Repr, // tp_repr
Ddescriptor_containers.cc570 (reprfunc)ContainerRepr, // tp_repr
755 (reprfunc)ContainerRepr, // tp_repr
/third_party/python/Include/cpython/
Dobject.h204 reprfunc tp_repr;
216 reprfunc tp_str;
/third_party/python/Modules/
D_datetimemodule.c2721 (reprfunc)delta_repr, /* tp_repr */
2727 (reprfunc)delta_str, /* tp_str */
3314 .tp_repr = (reprfunc) iso_calendar_date_repr,
3567 (reprfunc)date_repr, /* tp_repr */
3573 (reprfunc)date_str, /* tp_str */
4052 (reprfunc)timezone_repr, /* tp_repr */
4058 (reprfunc)timezone_str, /* tp_str */
4718 (reprfunc)time_repr, /* tp_repr */
4724 (reprfunc)time_str, /* tp_str */
6435 (reprfunc)datetime_repr, /* tp_repr */
[all …]
D_threadmodule.c304 {Py_tp_repr, (reprfunc)lock_repr},
585 {Py_tp_repr, (reprfunc)rlock_repr},
/third_party/python/Python/
Dcontext.c1071 .tp_repr = (reprfunc)contextvar_tp_repr,
1212 .tp_repr = (reprfunc)token_tp_repr,
/third_party/python/Include/
Dobject.h206 typedef PyObject *(*reprfunc)(PyObject *); typedef
/third_party/python/Modules/_io/
Dbufferedio.c2440 (reprfunc)buffered_repr, /*tp_repr*/
2526 (reprfunc)buffered_repr, /*tp_repr*/
2697 (reprfunc)buffered_repr, /*tp_repr*/
Dfileio.c1200 (reprfunc)fileio_repr, /* tp_repr */
/third_party/python/Doc/c-api/
Dtypeobj.rst62 …| :c:member:`~PyTypeObject.tp_repr` | :c:type:`reprfunc` | __repr__ …
74 …| :c:member:`~PyTypeObject.tp_str` | :c:type:`reprfunc` | __str__ …
360 | :c:type:`reprfunc` | :c:type:`PyObject` * | :c:type:`PyObject` * |
802 .. c:member:: reprfunc PyTypeObject.tp_repr
917 .. c:member:: reprfunc PyTypeObject.tp_str
2502 .. c:type:: PyObject *(*reprfunc)(PyObject *)
2601 .tp_repr = (reprfunc)myobj_repr,
2617 (reprfunc)myobj_repr, /* tp_repr */
2670 .tp_repr = (reprfunc)myobj_repr,
2691 .tp_repr = (reprfunc)myobj_repr,
/third_party/python/Modules/_decimal/
D_decimal.c689 (reprfunc) signaldict_repr, /* tp_repr */
695 (reprfunc) 0, /* tp_str */
1816 (reprfunc) 0, /* tp_repr */
4850 (reprfunc) dec_repr, /* tp_repr */
4856 (reprfunc) dec_str, /* tp_str */
5536 (reprfunc) context_repr, /* tp_repr */

123