Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/
Dtest_io.py180 class SlowFlushRawIO(MockRawIO): class
189 class CSlowFlushRawIO(SlowFlushRawIO, io.RawIOBase):
192 class PySlowFlushRawIO(SlowFlushRawIO, pyio.RawIOBase):
1839 rawio = self.SlowFlushRawIO()
4363 SlowFlushRawIO)