/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 */
|
D | genobject.c | 342 (reprfunc)gen_repr, /* tp_repr */
|
/external/python/cpython3/Objects/ |
D | descrobject.c | 543 (reprfunc)method_repr, /* tp_repr */ 581 (reprfunc)method_repr, /* tp_repr */ 618 (reprfunc)member_repr, /* tp_repr */ 655 (reprfunc)getset_repr, /* tp_repr */ 692 (reprfunc)wrapperdescr_repr, /* tp_repr */ 1171 (reprfunc)wrapper_repr, /* tp_repr */ 1590 (reprfunc)mappingproxy_repr, /* tp_repr */ 1596 (reprfunc)mappingproxy_str, /* tp_str */
|
D | cellobject.c | 137 (reprfunc)cell_repr, /* tp_repr */
|
D | classobject.c | 336 (reprfunc)method_repr, /* tp_repr */ 607 (reprfunc)instancemethod_repr, /* tp_repr */
|
D | namespaceobject.c | 211 (reprfunc)namespace_repr, /* tp_repr */
|
D | methodobject.c | 278 (reprfunc)meth_repr, /* tp_repr */
|
D | exceptions.c | 367 (reprfunc)BaseException_repr, /*tp_repr*/ 373 (reprfunc)BaseException_str, /*tp_str*/ 444 (reprfunc)EXCSTR, 0, 0, 0, \ 1948 (reprfunc)UnicodeEncodeError_str, 0, 0, 0, 2064 (reprfunc)UnicodeDecodeError_str, 0, 0, 0, 2161 (reprfunc)UnicodeTranslateError_str, 0, 0, 0,
|
/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/python/cpython3/Modules/ |
D | _csv.c | 475 (reprfunc)0, /* tp_repr */ 481 (reprfunc)0, /* tp_str */ 908 (reprfunc)0, /*tp_repr*/ 914 (reprfunc)0, /*tp_str*/ 1336 (reprfunc)0, /*tp_repr*/ 1342 (reprfunc)0, /*tp_str*/
|
D | _operator.c | 1076 (reprfunc)itemgetter_repr, /* tp_repr */ 1420 (reprfunc)attrgetter_repr, /* tp_repr */ 1685 (reprfunc)methodcaller_repr, /* tp_repr */
|
/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/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/cpython2/Include/ |
D | object.h | 313 typedef PyObject *(*reprfunc)(PyObject *); typedef 336 reprfunc tp_repr; 348 reprfunc tp_str;
|
/external/python/cpython3/Include/ |
D | object.h | 332 typedef PyObject *(*reprfunc)(PyObject *); typedef 359 reprfunc tp_repr; 371 reprfunc tp_str;
|
/external/python/cpython2/Mac/Modules/ibcarbon/ |
D | _IBCarbon.c | 177 (reprfunc) IBNibRefObj_repr, /*tp_repr*/
|