Searched refs:do_binop_inplace (Results 1 – 1 of 1) sorted by relevance
/external/python/cpython2/Objects/ |
D | classobject.c | 1533 do_binop_inplace(PyObject *v, PyObject *w, char *iopname, char *opname, in do_binop_inplace() function 1626 return do_binop_inplace(v, w, "__i" m "__", "__" m "__", \ 1929 return do_binop_inplace(v, w, "__ipow__", "__pow__", in instance_ipow()
|