Home | History | Annotate | Download | only in compiler

Lines Matching defs:Or

11         if t is tuple or t is list:
1011 class Or(Node):
1025 return "Or(%s)" % (repr(self.nodes),)