Class t.w.w.ErrorStream(object):

Part of twisted.web2.wsgi View Source View In Hierarchy

This class implements the 'wsgi.error' object.
Method flush Undocumented
Method write Undocumented
Method writelines Undocumented
def flush(self): (source)
Undocumented
def write(self, s): (source)
Undocumented
def writelines(self, seq): (source)
Undocumented
API Documentation for twisted, generated by pydoctor.