Home | History | Annotate | Download | only in python2.7

Lines Matching refs:ssizeargfunc

141 typedef PyObject *(*ssizeargfunc)(PyObject *, Py_ssize_t);
278 ssizeargfunc sq_repeat;
279 ssizeargfunc sq_item;
286 ssizeargfunc sq_inplace_repeat;