Lines Matching refs:right
374 fields = ('left', 'right')
386 return f(self.left.as_const(eval_ctx), self.right.as_const(eval_ctx))
727 """Multiplies the left with the right node."""
732 """Divides the left by the right node."""
737 """Divides the left by the right node and truncates conver the
744 """Add the left to the right node."""
749 """Substract the right from the left node."""
754 """Left modulo right."""
759 """Left to the power of right."""
769 return self.left.as_const(eval_ctx) and self.right.as_const(eval_ctx)
778 return self.left.as_const(eval_ctx) or self.right.as_const(eval_ctx)