Home | History | Annotate | Download | only in src2

Lines Matching refs:tlist

723     def find_next_token(self, s, tlist, p=0):
725 Finds the next token from the 'tlist' in the input 's', starting from position 'p'.
730 for t in tlist: