Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dclassobject.c1534 do_binop_inplace(PyObject *v, PyObject *w, char *iopname, char *opname, in do_binop_inplace() argument
1537 PyObject *result = half_binop(v, w, iopname, thisfunc, 0); in do_binop_inplace()