Home | History | Annotate | Download | only in test

Lines Matching refs:sizehint

695         for sizehint in [None] + range(1, 11) + \
700 if sizehint is not None:
701 data = istream.read(sizehint)
717 for sizehint in [None] + range(1, 11) + \
722 if sizehint is not None:
723 data = istream.read(sizehint)