class documentation

class NullFile:

View In Hierarchy

A file-like object that discards everything.

Method close Do nothing.
Method flush Do nothing.
Method read Do nothing.
Method write Do nothing.
Class Variable softspace Undocumented
def close(self):

Do nothing.

def flush(self):

Do nothing.

def read(self):

Do nothing.

def write(self, bytes):

Do nothing.

Parameters
bytes:bytesdata
softspace: int =

Undocumented