Home
last modified time | relevance | path

Searched refs:UnseekableIO (Results 1 – 3 of 3) 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
1890 self._check_multiple_unpicklings(UnseekableIO, False)