/third_party/python/Doc/includes/ |
H A D | typestruct.h | 14 reprfunc tp_repr; 26 reprfunc tp_str;
|
/third_party/python/Objects/ |
H A D | interpreteridobject.c | 237 (reprfunc)interpid_repr, /* tp_repr */ 243 (reprfunc)interpid_str, /* tp_str */
|
H A D | descrobject.c | 720 (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 D | cellobject.c | 167 (reprfunc)cell_repr, /* tp_repr */
|
H A D | classobject.c | 330 .tp_repr = (reprfunc)method_repr, 533 .tp_repr = (reprfunc)instancemethod_repr,
|
H A D | structseq.c | 484 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 D | funcobject.c | 767 (reprfunc)func_repr, /* tp_repr */ 994 (reprfunc)cm_repr, /* tp_repr */ 1190 (reprfunc)sm_repr, /* tp_repr */
|
H A D | namespaceobject.c | 213 (reprfunc)namespace_repr, /* tp_repr */
|
H A D | fileobject.c | 441 (reprfunc)stdprinter_repr, /* tp_repr */
|
H A D | weakrefobject.c | 376 .tp_repr = (reprfunc)weakref_repr, 729 (reprfunc)proxy_repr, /* tp_repr */
|
H A D | exceptions.c | 450 (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 D | methodobject.c | 344 (reprfunc)meth_repr, /* tp_repr */
|
H A D | sliceobject.c | 642 (reprfunc)slice_repr, /* tp_repr */
|
H A D | genobject.c | 850 (reprfunc)gen_repr, /* tp_repr */ 1197 (reprfunc)coro_repr, /* tp_repr */ 1588 (reprfunc)async_gen_repr, /* tp_repr */
|
H A D | moduleobject.c | 963 (reprfunc)module_repr, /* tp_repr */
|
/third_party/protobuf/python/google/protobuf/pyext/ |
H A D | field.cc | 97 (reprfunc)field::Repr, // tp_repr
|
H A D | descriptor_containers.cc | 570 (reprfunc)ContainerRepr, // tp_repr 755 (reprfunc)ContainerRepr, // tp_repr
|
/third_party/python/Include/cpython/ |
H A D | object.h | 161 reprfunc tp_repr; 173 reprfunc tp_str;
|
/third_party/python/Modules/ |
H A D | _datetimemodule.c | 2818 (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.c | 300 {Py_tp_repr, (reprfunc)lock_repr}, 582 {Py_tp_repr, (reprfunc)rlock_repr},
|
/third_party/python/Python/ |
H A D | context.c | 1079 .tp_repr = (reprfunc)contextvar_tp_repr, 1220 .tp_repr = (reprfunc)token_tp_repr,
|
/third_party/python/Include/ |
H A D | object.h | 218 typedef PyObject *(*reprfunc)(PyObject *); typedef
|
/third_party/python/Modules/_io/ |
H A D | bufferedio.c | 2425 (reprfunc)buffered_repr, /*tp_repr*/ 2511 (reprfunc)buffered_repr, /*tp_repr*/ 2682 (reprfunc)buffered_repr, /*tp_repr*/
|
H A D | fileio.c | 1202 (reprfunc)fileio_repr, /* tp_repr */
|
/third_party/python/Modules/_decimal/ |
H A D | _decimal.c | 692 (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 */
|