Searched refs:_CHUNK_SIZE (Results 1 – 2 of 2) sorted by relevance
53 return f._CHUNK_SIZE1918 f._CHUNK_SIZE = chunksize1922 f._CHUNK_SIZE = chunksize2010 f._CHUNK_SIZE # Just test that it exists2011 f._CHUNK_SIZE = 22027 f._CHUNK_SIZE = CHUNK_SIZE2133 txt._CHUNK_SIZE = 42145 txt._CHUNK_SIZE = 42156 txt._CHUNK_SIZE = 42164 txt._CHUNK_SIZE = 4
1464 _CHUNK_SIZE = 2048 variable in TextIOWrapper1662 input_chunk = self.buffer.read1(self._CHUNK_SIZE)