Home
last modified time | relevance | path

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

123456

/external/python/cpython2/Doc/includes/
Dtypestruct.h13 reprfunc tp_repr;
25 reprfunc tp_str;
/external/python/cpython3/Doc/includes/
Dtypestruct.h14 reprfunc tp_repr;
26 reprfunc tp_str;
/external/python/cpython2/Objects/
Dboolobject.c160 (reprfunc)bool_repr, /* tp_repr */
166 (reprfunc)bool_repr, /* tp_str */
Ddescrobject.c433 (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 */
Dcellobject.c124 (reprfunc)cell_repr, /* tp_repr */
Dexceptions.c126 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,
Dmoduleobject.c231 (reprfunc)module_repr, /* tp_repr */
Drangeobject.c195 (reprfunc)range_repr, /* tp_repr */
Dbufferobject.c868 (reprfunc)buffer_repr, /* tp_repr */
874 (reprfunc)buffer_str, /* tp_str */
Dgenobject.c342 (reprfunc)gen_repr, /* tp_repr */
/external/python/cpython3/Objects/
Ddescrobject.c543 (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 */
Dcellobject.c137 (reprfunc)cell_repr, /* tp_repr */
Dclassobject.c336 (reprfunc)method_repr, /* tp_repr */
607 (reprfunc)instancemethod_repr, /* tp_repr */
Dnamespaceobject.c211 (reprfunc)namespace_repr, /* tp_repr */
Dmethodobject.c278 (reprfunc)meth_repr, /* tp_repr */
Dexceptions.c367 (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.c486 (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.c475 (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.c1076 (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.c418 (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/
Dicgluemodule.c406 (reprfunc)0, /*tp_repr*/
412 (reprfunc)0, /*tp_str*/
DMacOS.c270 (reprfunc)0, /*tp_repr*/
276 (reprfunc)0, /*tp_str*/
/external/python/cpython2/Include/
Dobject.h313 typedef PyObject *(*reprfunc)(PyObject *); typedef
336 reprfunc tp_repr;
348 reprfunc tp_str;
/external/python/cpython3/Include/
Dobject.h332 typedef PyObject *(*reprfunc)(PyObject *); typedef
359 reprfunc tp_repr;
371 reprfunc tp_str;
/external/python/cpython2/Mac/Modules/ibcarbon/
D_IBCarbon.c177 (reprfunc) IBNibRefObj_repr, /*tp_repr*/

123456