Searched refs:_CHUNK_SIZE (Results 1 – 5 of 5) sorted by relevance
63 return f._CHUNK_SIZE2300 f._CHUNK_SIZE = chunksize2304 f._CHUNK_SIZE = chunksize2392 f._CHUNK_SIZE # Just test that it exists2393 f._CHUNK_SIZE = 22409 f._CHUNK_SIZE = CHUNK_SIZE2537 txt._CHUNK_SIZE = 42549 txt._CHUNK_SIZE = 42560 txt._CHUNK_SIZE = 42568 txt._CHUNK_SIZE = 4
80 return f._CHUNK_SIZE2905 f._CHUNK_SIZE = chunksize2909 f._CHUNK_SIZE = chunksize2995 f._CHUNK_SIZE # Just test that it exists2996 f._CHUNK_SIZE = 23012 f._CHUNK_SIZE = CHUNK_SIZE3168 txt._CHUNK_SIZE = 43180 txt._CHUNK_SIZE = 43191 txt._CHUNK_SIZE = 43199 txt._CHUNK_SIZE = 4[all …]
1995 _CHUNK_SIZE = 2048 variable in TextIOWrapper2286 input_chunk = self.buffer.read1(self._CHUNK_SIZE)2288 input_chunk = self.buffer.read(self._CHUNK_SIZE)
1480 _CHUNK_SIZE = 2048 variable in TextIOWrapper1688 input_chunk = self.buffer.read1(self._CHUNK_SIZE)
9387 - Raise ValueError when attempting to set the _CHUNK_SIZE attribute of a