A file-like object that discards everything.

Method read Do nothing.
Method write Do nothing.
Method flush Do nothing.
Method close Do nothing.
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 at 2019-04-10 22:20:19.