Cortex  10.0.0-a4
Public Member Functions | List of all members
IECore.CompoundStream Class Reference

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)
 

Detailed Description

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.


The documentation for this class was generated from the following file: