Class t.w.d.h.MultiStatusResponse(Response):

Part of twisted.web2.dav.http View Source View In Hierarchy

Multi-status Response object. Renders itself as a DAV:multi-status XML document.
Method __init__

Inherited from Response:

Method __repr__ Undocumented
def __init__(self, xml_responses): (source)
Parametersxml_responsesan interable of davxml.Response objects.
API Documentation for twisted, generated by pydoctor.