class documentation

class StringIOWithoutClosing(BytesIO):

View In Hierarchy

A BytesIO that can't be closed.

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

Do nothing.