Home | History | Annotate | Download | only in Objects

Lines Matching refs:wrap_indexargfunc

4371 wrap_indexargfunc(PyObject *self, PyObject *args, void *wrapped)

6038 SQSLOT("__mul__", sq_repeat, NULL, wrap_indexargfunc,
6040 SQSLOT("__rmul__", sq_repeat, NULL, wrap_indexargfunc,
6066 wrap_indexargfunc, "x.__imul__(y) <==> x*=y"),