Searched refs:Unseekable (Results 1 - 1 of 1) sorted by relevance
/third_party/python/Lib/test/ |
H A D | test_zipfile.py | 1148 self.assertRaises(RuntimeError, make_zip, Unseekable(io.BytesIO())) 1160 self.assertRaises(zipfile.LargeZipFile, make_zip, Unseekable(io.BytesIO())) 1213 unseekable_data = make_zip(Unseekable(io.BytesIO())).fp.getvalue() 2615 class Unseekable: class 2627 for wrapper in (lambda f: f), Tellable, Unseekable: 2643 for wrapper in (lambda f: f), Tellable, Unseekable: 2664 for wrapper in (lambda f: f), Tellable, Unseekable:
|
Completed in 7 milliseconds