Searched defs:unaryfunc (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Include/ | ||
D | object.h | 133 typedef PyObject * (*unaryfunc)(PyObject *); typedef |
/external/python/cpython3/Include/ | ||
D | object.h | 169 typedef PyObject * (*unaryfunc)(PyObject *); typedef |