Lines Matching refs:left
491 fields = ("left", "right")
492 left: Expr
508 return f(self.left.as_const(eval_ctx), self.right.as_const(eval_ctx))
946 """Multiplies the left with the right node."""
952 """Divides the left by the right node."""
958 """Divides the left by the right node and converts the
966 """Add the left to the right node."""
972 """Subtract the right from the left node."""
996 return self.left.as_const(eval_ctx) and self.right.as_const(eval_ctx)
1006 return self.left.as_const(eval_ctx) or self.right.as_const(eval_ctx)