Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_io.py125 class PyMockRawIOWithoutRead(MockRawIOWithoutRead, pyio.RawIOBase): class
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_io.py143 class PyMockRawIOWithoutRead(MockRawIOWithoutRead, pyio.RawIOBase): class