Cortex
10.0.0-a4
|
A class which acts like a python file object but outputs to several underlying files. More...
Public Member Functions | |
def | __init__ |
def | write (self, l) |
def | flush (self) |
A class which acts like a python file object but outputs to several underlying files.
This is useful for test output as it allows results to be output to the terminal as well as a file.