Home
last modified time | relevance | path

Searched refs:intargfunc (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Include/
Dobject.h139 typedef PyObject *(*intargfunc)(PyObject *, int) Py_DEPRECATED(2.5); typedef
/external/python/cpython2/Doc/c-api/
Dtypeobj.rst23 Typedefs: unaryfunc, binaryfunc, ternaryfunc, inquiry, coercion, intargfunc,
/external/python/cpython3/Misc/
DHISTORY17369 - Removed these typedefs: intargfunc, intintargfunc, intobjargproc,