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

Lines Matching refs:final

1376     def decode(self, input, final=False):
1381 output = self.decoder.decode(input, final=final)
1382 if self.pendingcr and (output or final):
1388 if output.endswith("\r") and not final:
1752 chars_decoded += len(decoder.decode(b'', final=True))
1861 decoder.decode(self.buffer.read(), final=True))