Home | History | Annotate | Download | only in compiler

Lines Matching full:leftshift

803 class LeftShift(Node):
816 return "LeftShift((%s, %s))" % (repr(self.left), repr(self.right))