Home | History | Annotate | Download | only in Python

Lines Matching refs:BinOp

2208 binop(struct compiler *c, operator_ty op)
2972 VISIT(c, expr, e->v.BinOp.left);
2973 VISIT(c, expr, e->v.BinOp.right);
2974 ADDOP(c, binop(c, e->v.BinOp.op));