Home | History | Annotate | Download | only in lib2to3

Lines Matching refs:alt

681             for alt in content:
682 assert len(alt), repr(alt) # Can have empty alternatives
774 # generate matches that use just one alt from self.content
775 for alt in self.content:
776 for c, r in generate_matches(alt, nodes):
786 for alt in self.content:
787 for c1, r1 in generate_matches(alt, nodes[c0:]):
818 for alt in self.content:
819 for c0, r0 in generate_matches(alt, nodes):