Home | History | Annotate | Download | only in Python

Lines Matching refs:BinOp

1603            BinOp(BinOp(A, op, B), op, C).
1622 result = BinOp(expr1, newoperator, expr2, LINENO(n), n->n_col_offset,
1640 tmp_result = BinOp(result, newoperator, tmp,
1810 tmp = BinOp(e, Pow, f, LINENO(n), n->n_col_offset, c->c_arena);