Home | History | Annotate | Download | only in compiler

Lines Matching defs:Subscript

1246 class Subscript(Node):
1267 return "Subscript(%s, %s, %s)" % (repr(self.expr), repr(self.flags), repr(self.subs))