euporie.core.log.StringIO

class euporie.core.log.StringIO(initial_value='', newline='\n')

Text I/O implementation using an in-memory buffer.

The initial_value argument sets the value of object. The newline argument is like the one of TextIOWrapper’s constructor.