Home | History | Annotate | Download | only in test

Lines Matching refs:_CHUNK_SIZE

53         return f._CHUNK_SIZE

1918 f._CHUNK_SIZE = chunksize
1922 f._CHUNK_SIZE = chunksize
2010 f._CHUNK_SIZE # Just test that it exists
2011 f._CHUNK_SIZE = 2
2027 f._CHUNK_SIZE = CHUNK_SIZE
2107 # read in amounts equal to TextIOWrapper._CHUNK_SIZE which is 128.
2133 txt._CHUNK_SIZE = 4
2145 txt._CHUNK_SIZE = 4
2156 txt._CHUNK_SIZE = 4
2164 txt._CHUNK_SIZE = 4