nupic.support.output
index
python2.5/site-packages/nupic/support/output.py

## @file

 
Classes
       
__builtin__.object
IncrementalFile
MultiWriter

 
class IncrementalFile(__builtin__.object)
     Methods defined here:
__init__(self, name, append=True)
write(self, s)

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)

 
class MultiWriter(__builtin__.object)
     Methods defined here:
__init__(self, *args)
write(self, s)

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)

 
Functions
       
CaptureStdoutStderr(name)
SplitStderr(f)
SplitStdout(f)
Test(name='capture-test.txt')