Home
last modified time | relevance | path

Searched refs:reprfunc (Results 1 - 25 of 58) sorted by relevance

123

/third_party/python/Doc/includes/
H A Dtypestruct.h14 reprfunc tp_repr;
26 reprfunc tp_str;
/third_party/python/Objects/
H A Dinterpreteridobject.c237 (reprfunc)interpid_repr, /* tp_repr */
243 (reprfunc)interpid_str, /* tp_str */
H A Ddescrobject.c720 (reprfunc)method_repr, /* tp_repr */
760 (reprfunc)method_repr, /* tp_repr */
797 (reprfunc)member_repr, /* tp_repr */
834 (reprfunc)getset_repr, /* tp_repr */
871 (reprfunc)wrapperdescr_repr, /* tp_repr */
1422 (reprfunc)wrapper_repr, /* tp_repr */
1892 (reprfunc)mappingproxy_repr, /* tp_repr */
1898 (reprfunc)mappingproxy_str, /* tp_str */
H A Dcellobject.c167 (reprfunc)cell_repr, /* tp_repr */
H A Dclassobject.c330 .tp_repr = (reprfunc)method_repr,
533 .tp_repr = (reprfunc)instancemethod_repr,
H A Dstructseq.c484 type->tp_repr = (reprfunc)structseq_repr; in _PyStructSequence_InitType()
582 slots[1] = (PyType_Slot){Py_tp_repr, (reprfunc)structseq_repr}; in _PyStructSequence_NewType()
H A Dfuncobject.c767 (reprfunc)func_repr, /* tp_repr */
994 (reprfunc)cm_repr, /* tp_repr */
1190 (reprfunc)sm_repr, /* tp_repr */
H A Dnamespaceobject.c213 (reprfunc)namespace_repr, /* tp_repr */
H A Dfileobject.c441 (reprfunc)stdprinter_repr, /* tp_repr */
H A Dweakrefobject.c376 .tp_repr = (reprfunc)weakref_repr,
729 (reprfunc)proxy_repr, /* tp_repr */
H A Dexceptions.c450 (reprfunc)BaseException_repr, /*tp_repr*/
456 (reprfunc)BaseException_str, /*tp_str*/
527 (reprfunc)EXCSTR, 0, 0, 0, \
2958 (reprfunc)UnicodeEncodeError_str, 0, 0, 0,
3065 (reprfunc)UnicodeDecodeError_str, 0, 0, 0,
3162 (reprfunc)UnicodeTranslateError_str, 0, 0, 0,
H A Dmethodobject.c344 (reprfunc)meth_repr, /* tp_repr */
H A Dsliceobject.c642 (reprfunc)slice_repr, /* tp_repr */
H A Dgenobject.c850 (reprfunc)gen_repr, /* tp_repr */
1197 (reprfunc)coro_repr, /* tp_repr */
1588 (reprfunc)async_gen_repr, /* tp_repr */
H A Dmoduleobject.c963 (reprfunc)module_repr, /* tp_repr */
/third_party/protobuf/python/google/protobuf/pyext/
H A Dfield.cc97 (reprfunc)field::Repr, // tp_repr
H A Ddescriptor_containers.cc570 (reprfunc)ContainerRepr, // tp_repr
755 (reprfunc)ContainerRepr, // tp_repr
/third_party/python/Include/cpython/
H A Dobject.h161 reprfunc tp_repr;
173 reprfunc tp_str;
/third_party/python/Modules/
H A D_datetimemodule.c2818 (reprfunc)delta_repr, /* tp_repr */
2824 (reprfunc)delta_str, /* tp_str */
3395 .tp_repr = (reprfunc) iso_calendar_date_repr,
3648 (reprfunc)date_repr, /* tp_repr */
3654 (reprfunc)date_str, /* tp_str */
4111 (reprfunc)timezone_repr, /* tp_repr */
4117 (reprfunc)timezone_str, /* tp_str */
4785 (reprfunc)time_repr, /* tp_repr */
4791 (reprfunc)time_str, /* tp_str */
6639 (reprfunc)datetime_rep
[all...]
H A D_threadmodule.c300 {Py_tp_repr, (reprfunc)lock_repr},
582 {Py_tp_repr, (reprfunc)rlock_repr},
/third_party/python/Python/
H A Dcontext.c1079 .tp_repr = (reprfunc)contextvar_tp_repr,
1220 .tp_repr = (reprfunc)token_tp_repr,
/third_party/python/Include/
H A Dobject.h218 typedef PyObject *(*reprfunc)(PyObject *); typedef
/third_party/python/Modules/_io/
H A Dbufferedio.c2425 (reprfunc)buffered_repr, /*tp_repr*/
2511 (reprfunc)buffered_repr, /*tp_repr*/
2682 (reprfunc)buffered_repr, /*tp_repr*/
H A Dfileio.c1202 (reprfunc)fileio_repr, /* tp_repr */
/third_party/python/Modules/_decimal/
H A D_decimal.c692 (reprfunc) signaldict_repr, /* tp_repr */
698 (reprfunc) 0, /* tp_str */
1854 (reprfunc) 0, /* tp_repr */
5007 (reprfunc) dec_repr, /* tp_repr */
5013 (reprfunc) dec_str, /* tp_str */
5693 (reprfunc) context_repr, /* tp_repr */

Completed in 50 milliseconds

123