Searched defs:reprfunc (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Include/
H A Dobject.h313 typedef PyObject *(*reprfunc)(PyObject *); typedef
336 reprfunc tp_repr;
348 reprfunc tp_str;
/external/python/cpython3/Include/
H A Dobject.h332 typedef PyObject *(*reprfunc)(PyObject *); typedef
359 reprfunc tp_repr;
371 reprfunc tp_str;

Completed in 101 milliseconds