Home
last modified time | relevance | path

Searched defs:ssizeargfunc (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Include/
Dobject.h168 typedef PyObject *(*ssizeargfunc)(PyObject *, Py_ssize_t); typedef
/external/python/cpython2/Include/
Dobject.h141 typedef PyObject *(*ssizeargfunc)(PyObject *, Py_ssize_t); typedef