def syn_BinOp(self, ctx, e): op = e.op if isinstance(op, ast.Div): ctx.ana(e.right, ieee) return ieee else: ctx.ana(e.right, self) return self