class documentation

class NullFile: (source)

View In Hierarchy

A file-like object that discards everything.

Class Variable softspace Undocumented
Method read Do nothing.
Method write Do nothing.
Method flush Do nothing.
Method close Do nothing.
softspace = (source)

Undocumented

(type: int)
def read(self): (source)

Do nothing.

def write(self, bytes): (source)

Do nothing.

Parametersbytesdata (type: bytes)
def flush(self): (source)

Do nothing.

def close(self): (source)

Do nothing.

API Documentation for Twisted, generated by pydoctor 21.2.0 at 2021-02-28 21:00:42.