class documentation

class StringIOWithoutClosing(BytesIO): (source)

View In Hierarchy

A BytesIO that can't be closed.

Method close Do nothing.
def close(self): (source) ΒΆ

Do nothing.