Lines Matching refs:binop
3609 PyObject *binop;
3617 func as binop: object = None
3625 PyObject *binop, PyObject *initial)
3643 if (binop != Py_None) {
3644 Py_XINCREF(binop);
3645 lz->binop = binop;
3658 Py_XDECREF(lz->binop);
3668 Py_VISIT(lz->binop);
3697 if (lz->binop == NULL)
3700 newtotal = PyObject_CallFunctionObjArgs(lz->binop, lz->total, val, NULL);
3724 it, lz->binop?lz->binop:Py_None, Py_None);
3738 it, lz->binop ? lz->binop : Py_None);
3744 lz->it, lz->binop?lz->binop:Py_None,