class documentation

class BrokenStream: (source)

View In Hierarchy

Stream-ish object that raises a signal interrupt error. We use this to make sure that Trial still manages to write what it needs to write.

Method __init__ Undocumented
Method flush Undocumented
Method write Undocumented
Instance Variable flushed Undocumented
Instance Variable fObj Undocumented
Instance Variable written Undocumented
def __init__(self, fObj): (source)

Undocumented

def flush(self): (source)

Undocumented

def write(self, s): (source)

Undocumented

Undocumented

Undocumented

Undocumented