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

/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DTypeSlots.py624 reprfunc = Signature("T", "O") # typedef PyObject *(*reprfunc)(PyObject *); variable
752 MethodSlot(reprfunc, "tp_repr", "__repr__"),
760 MethodSlot(reprfunc, "tp_str", "__str__"),

Completed in 468 milliseconds