class documentation

class FlushableBytesIO(object): (source)

View In Hierarchy

A :py:class:`io.BytesIO` wrapper that records flushes.

Method flush Undocumented
Method write Undocumented
Instance Variable _state Undocumented
def flush(self): (source)

Undocumented

def write(self, data): (source)

Undocumented

_state = (source)

Undocumented