Searched refs:UnseekableIO (Results 1 – 8 of 8) sorted by relevance
/external/python/cpython2/Lib/test/ |
D | audiotests.py | 9 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:
|
D | test_imghdr.py | 21 class UnseekableIO(io.FileIO): class 105 with UnseekableIO(TESTFN, 'rb') as stream:
|
D | pickletester.py | 94 class UnseekableIO(StringIO.StringIO): class 1933 self._check_multiple_unpicklings(UnseekableIO, False)
|
/external/python/cpython3/Lib/test/ |
D | audiotests.py | 7 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:
|
D | test_imghdr.py | 25 class UnseekableIO(io.FileIO): class 128 with UnseekableIO(TESTFN, 'rb') as stream:
|
D | test_gzip.py | 35 class UnseekableIO(io.BytesIO): class 435 buf = UnseekableIO() 439 buf = UnseekableIO(compressed)
|
D | pickletester.py | 68 class UnseekableIO(io.BytesIO): class 3444 self._check_multiple_unpicklings(UnseekableIO, seekable=False)
|
/external/python/apitools/apitools/base/py/ |
D | gzip_test.py | 42 class UnseekableIO(io.BytesIO): class 368 buf = UnseekableIO() 372 buf = UnseekableIO(compressed)
|