Home | History | Annotate | Download | only in compiler

Lines Matching defs:Const

360 class Const(Node):
372 return "Const(%s)" % (repr(self.value),)