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):

Do nothing.

def write(self, bytes):

Do nothing.

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

Do nothing.

def close(self):

Do nothing.

API Documentation for twisted, generated by pydoctor at 2020-03-25 17:34:30.