class documentation

class BrokenStream:

Constructor: BrokenStream(fObj)

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):

Undocumented

def flush(self):

Undocumented

def write(self, s):

Undocumented

flushed: bool =

Undocumented

fObj =

Undocumented

written: bool =

Undocumented