Home
last modified time | relevance | path

Searched refs:UnReadable (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_io.py2465 class UnReadable(self.BytesIO): class
2468 txt = self.TextIOWrapper(UnReadable())
/external/python/cpython3/Lib/test/
Dtest_io.py3009 class UnReadable(self.BytesIO): class
3012 txt = self.TextIOWrapper(UnReadable())