Home | History | Annotate | Download | only in compiler

Lines Matching defs:RightShift

1140 class RightShift(Node):
1153 return "RightShift((%s, %s))" % (repr(self.left), repr(self.right))