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

Lines Matching refs:firstline

424     def read(self, size=-1, chars=-1, firstline=False):
441 If firstline is true, and a UnicodeDecodeError happens
479 if firstline:
530 data = self.read(readsize, firstline=True)