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

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
H A Dast.py803 class LeftShift(Node): class in inherits:Node
816 return "LeftShift((%s, %s))" % (repr(self.left), repr(self.right))
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
H A Dast.py803 class LeftShift(Node): class in inherits:Node
816 return "LeftShift((%s, %s))" % (repr(self.left), repr(self.right))

Completed in 127 milliseconds