Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
Dtest_io.py204 class PyMockFileIO(MockFileIO, pyio.BytesIO): class
/external/python/cpython3/Lib/test/
Dtest_io.py230 class PyMockFileIO(MockFileIO, pyio.BytesIO): class