Home | History | Annotate | Download | only in Lib

Lines Matching full:sizehint

1943     def readlines(self, sizehint=None):
1948 if sizehint is not None:
1949 sizehint -= len(line)
1950 if sizehint <= 0: