Searched defs:RightShift (Results 1 - 1 of 1) sorted by relevance

/external/python/cpython2/Lib/compiler/
H A Dast.py1140 class RightShift(Node): class in inherits:Node
1153 return "RightShift((%s, %s))" % (repr(self.left), repr(self.right))

Completed in 83 milliseconds