Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/test/API/python_api/file_handle/
H A DTestFileHandle.py50 class FlushTestIO(io.StringIO): class
52 super(FlushTestIO, self).__init__()
57 return super(FlushTestIO, self).close()
60 return super(FlushTestIO, self).flush()
615 f = FlushTestIO(flushed, closed)
628 f = FlushTestIO(flushed, closed)