Home
last modified time | relevance | path

Searched refs:UnseekableIO (Results 1 - 4 of 4) sorted by relevance

/third_party/python/Lib/test/
H A Dtest_imghdr.py29 class UnseekableIO(io.FileIO): class
132 with UnseekableIO(TESTFN, 'rb') as stream:
H A Daudiotests.py8 class UnseekableIO(io.FileIO): class
201 with UnseekableIO(TESTFN, 'rb') as testfile:
205 with UnseekableIO(TESTFN, 'wb') as testfile:
213 with UnseekableIO(TESTFN, 'wb') as testfile:
231 with UnseekableIO(TESTFN, 'wb') as testfile:
H A Dtest_gzip.py36 class UnseekableIO(io.BytesIO): class
436 buf = UnseekableIO()
440 buf = UnseekableIO(compressed)
H A Dpickletester.py78 class UnseekableIO(io.BytesIO): class
3734 self._check_multiple_unpicklings(UnseekableIO, seekable=False)

Completed in 8 milliseconds