Home
last modified time | relevance | path

Searched refs:UnseekableIO (Results 1 – 8 of 8) sorted by relevance

/external/python/cpython2/Lib/test/
Daudiotests.py9 class UnseekableIO(file): class
150 with UnseekableIO(TESTFN, 'rb') as testfile:
154 with UnseekableIO(TESTFN, 'wb') as testfile:
164 with UnseekableIO(TESTFN, 'wb') as testfile:
182 with UnseekableIO(TESTFN, 'wb') as testfile:
Dtest_imghdr.py21 class UnseekableIO(io.FileIO): class
105 with UnseekableIO(TESTFN, 'rb') as stream:
Dpickletester.py94 class UnseekableIO(StringIO.StringIO): class
1933 self._check_multiple_unpicklings(UnseekableIO, False)
/external/python/cpython3/Lib/test/
Daudiotests.py7 class UnseekableIO(io.FileIO): class
200 with UnseekableIO(TESTFN, 'rb') as testfile:
204 with UnseekableIO(TESTFN, 'wb') as testfile:
212 with UnseekableIO(TESTFN, 'wb') as testfile:
230 with UnseekableIO(TESTFN, 'wb') as testfile:
Dtest_imghdr.py25 class UnseekableIO(io.FileIO): class
128 with UnseekableIO(TESTFN, 'rb') as stream:
Dtest_gzip.py35 class UnseekableIO(io.BytesIO): class
435 buf = UnseekableIO()
439 buf = UnseekableIO(compressed)
Dpickletester.py68 class UnseekableIO(io.BytesIO): class
3444 self._check_multiple_unpicklings(UnseekableIO, seekable=False)
/external/python/apitools/apitools/base/py/
Dgzip_test.py42 class UnseekableIO(io.BytesIO): class
368 buf = UnseekableIO()
372 buf = UnseekableIO(compressed)