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

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
H A Dast.py1339 class UnarySub(Node): class in inherits:Node
1351 return "UnarySub(%s)" % (repr(self.expr),)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
H A Dast.py1339 class UnarySub(Node): class in inherits:Node
1351 return "UnarySub(%s)" % (repr(self.expr),)

Completed in 30 milliseconds