Home | History | Annotate | Download | only in Lib

Lines Matching full:sizehint

1889     def readlines(self, sizehint=None):
1894 if sizehint is not None:
1895 sizehint -= len(line)
1896 if sizehint <= 0: