Home
last modified time | relevance | path

Searched refs:reprfunc (Results 1 – 25 of 149) 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 */
/external/python/cpython3/Objects/
Dinterpreteridobject.c231 (reprfunc)interpid_repr, /* tp_repr */
237 (reprfunc)interpid_str, /* tp_str */
Ddescrobject.c702 (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 */
Dcellobject.c167 (reprfunc)cell_repr, /* tp_repr */
Dclassobject.c341 (reprfunc)method_repr, /* tp_repr */
581 (reprfunc)instancemethod_repr, /* tp_repr */
Dstructseq.c409 type->tp_repr = (reprfunc)structseq_repr; in PyStructSequence_InitType2()
469 slots[1] = (PyType_Slot){Py_tp_repr, (reprfunc)structseq_repr}; in PyStructSequence_NewType()
Dnamespaceobject.c212 (reprfunc)namespace_repr, /* tp_repr */
/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/protobuf/python/google/protobuf/pyext/
Dfield.cc97 (reprfunc)field::Repr, // tp_repr
/external/python/cpython3/Modules/
D_csv.c482 (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.c1107 (reprfunc)itemgetter_repr, /* tp_repr */
1452 (reprfunc)attrgetter_repr, /* tp_repr */
1718 (reprfunc)methodcaller_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/cpython3/Include/cpython/
Dobject.h206 reprfunc tp_repr;
218 reprfunc tp_str;
/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/Include/
Dobject.h313 typedef PyObject *(*reprfunc)(PyObject *); typedef
336 reprfunc tp_repr;
348 reprfunc tp_str;
/external/python/cpython2/Mac/Modules/ibcarbon/
D_IBCarbon.c177 (reprfunc) IBNibRefObj_repr, /*tp_repr*/

123456