/external/python/cpython2/Doc/includes/ |
D | typestruct.h | 13 reprfunc tp_repr; 25 reprfunc tp_str;
|
/external/python/cpython3/Doc/includes/ |
D | typestruct.h | 14 reprfunc tp_repr; 26 reprfunc tp_str;
|
/external/python/cpython2/Objects/ |
D | boolobject.c | 160 (reprfunc)bool_repr, /* tp_repr */ 166 (reprfunc)bool_repr, /* tp_str */
|
D | descrobject.c | 433 (reprfunc)method_repr, /* tp_repr */ 471 (reprfunc)method_repr, /* tp_repr */ 508 (reprfunc)member_repr, /* tp_repr */ 545 (reprfunc)getset_repr, /* tp_repr */ 582 (reprfunc)wrapperdescr_repr, /* tp_repr */ 886 (reprfunc)proxy_repr, /* tp_repr */ 892 (reprfunc)proxy_str, /* tp_str */ 1067 (reprfunc)wrapper_repr, /* tp_repr */
|
D | cellobject.c | 124 (reprfunc)cell_repr, /* tp_repr */
|
D | exceptions.c | 126 if (Py_TYPE(self)->tp_str != (reprfunc)BaseException_str) { in BaseException_unicode() 380 (reprfunc)BaseException_repr, /*tp_repr*/ 386 (reprfunc)BaseException_str, /*tp_str*/ 455 (reprfunc)EXCSTR, 0, 0, 0, \ 1682 (reprfunc)UnicodeEncodeError_str, 0, 0, 0, 1766 (reprfunc)UnicodeDecodeError_str, 0, 0, 0, 1863 (reprfunc)UnicodeTranslateError_str, 0, 0, 0,
|
D | moduleobject.c | 231 (reprfunc)module_repr, /* tp_repr */
|
D | rangeobject.c | 195 (reprfunc)range_repr, /* tp_repr */
|
D | bufferobject.c | 868 (reprfunc)buffer_repr, /* tp_repr */ 874 (reprfunc)buffer_str, /* tp_str */
|
/external/python/cpython3/Objects/ |
D | interpreteridobject.c | 231 (reprfunc)interpid_repr, /* tp_repr */ 237 (reprfunc)interpid_str, /* tp_str */
|
D | descrobject.c | 702 (reprfunc)method_repr, /* tp_repr */ 742 (reprfunc)method_repr, /* tp_repr */ 779 (reprfunc)member_repr, /* tp_repr */ 816 (reprfunc)getset_repr, /* tp_repr */ 853 (reprfunc)wrapperdescr_repr, /* tp_repr */ 1405 (reprfunc)wrapper_repr, /* tp_repr */ 1796 (reprfunc)mappingproxy_repr, /* tp_repr */ 1802 (reprfunc)mappingproxy_str, /* tp_str */
|
D | cellobject.c | 167 (reprfunc)cell_repr, /* tp_repr */
|
D | classobject.c | 341 (reprfunc)method_repr, /* tp_repr */ 581 (reprfunc)instancemethod_repr, /* tp_repr */
|
D | structseq.c | 409 type->tp_repr = (reprfunc)structseq_repr; in PyStructSequence_InitType2() 469 slots[1] = (PyType_Slot){Py_tp_repr, (reprfunc)structseq_repr}; in PyStructSequence_NewType()
|
D | namespaceobject.c | 212 (reprfunc)namespace_repr, /* tp_repr */
|
/external/python/cpython2/Modules/ |
D | _csv.c | 486 (reprfunc)0, /* tp_repr */ 492 (reprfunc)0, /* tp_str */ 900 (reprfunc)0, /*tp_repr*/ 906 (reprfunc)0, /*tp_str*/ 1328 (reprfunc)0, /*tp_repr*/ 1334 (reprfunc)0, /*tp_str*/
|
/external/protobuf/python/google/protobuf/pyext/ |
D | field.cc | 97 (reprfunc)field::Repr, // tp_repr
|
/external/python/cpython3/Modules/ |
D | _csv.c | 482 (reprfunc)0, /* tp_repr */ 488 (reprfunc)0, /* tp_str */ 915 (reprfunc)0, /*tp_repr*/ 921 (reprfunc)0, /*tp_str*/ 1345 (reprfunc)0, /*tp_repr*/ 1351 (reprfunc)0, /*tp_str*/
|
D | _operator.c | 1107 (reprfunc)itemgetter_repr, /* tp_repr */ 1452 (reprfunc)attrgetter_repr, /* tp_repr */ 1718 (reprfunc)methodcaller_repr, /* tp_repr */
|
/external/python/cpython2/Mac/Modules/ |
D | icgluemodule.c | 406 (reprfunc)0, /*tp_repr*/ 412 (reprfunc)0, /*tp_str*/
|
D | MacOS.c | 270 (reprfunc)0, /*tp_repr*/ 276 (reprfunc)0, /*tp_str*/
|
/external/python/cpython3/Include/cpython/ |
D | object.h | 206 reprfunc tp_repr; 218 reprfunc tp_str;
|
/external/python/cpython2/Mac/Modules/carbonevt/ |
D | _CarbonEvtmodule.c | 418 (reprfunc) EventRef_repr, /*tp_repr*/ 639 (reprfunc) EventQueueRef_repr, /*tp_repr*/ 769 (reprfunc) EventLoopRef_repr, /*tp_repr*/ 917 (reprfunc) EventLoopTimerRef_repr, /*tp_repr*/ 1109 (reprfunc) EventHandlerRef_repr, /*tp_repr*/ 1242 (reprfunc) EventHandlerCallRef_repr, /*tp_repr*/ 1397 (reprfunc) EventTargetRef_repr, /*tp_repr*/ 1527 (reprfunc) EventHotKeyRef_repr, /*tp_repr*/
|
/external/python/cpython2/Include/ |
D | object.h | 313 typedef PyObject *(*reprfunc)(PyObject *); typedef 336 reprfunc tp_repr; 348 reprfunc tp_str;
|
/external/python/cpython2/Mac/Modules/ibcarbon/ |
D | _IBCarbon.c | 177 (reprfunc) IBNibRefObj_repr, /*tp_repr*/
|