Home | History | Annotate | Download | only in python2.7

Lines Matching refs:next_input

1522     # self._snapshot is either None, or a tuple (dec_flags, next_input)
1524 # and next_input is the chunk of input bytes that comes next after the
1716 dec_flags, next_input = self._snapshot
1717 position -= len(next_input)
1739 for next_byte in next_input: