Class t.w.d.e.r.Status(WebDAVTextElement):

Part of twisted.web2.dav.element.rfc2518 View Source View In Hierarchy

Holds a single HTTP status line. (RFC 2518, section 12.9.1.2)
Method fromResponseCode code must be an integer response code in
Method __init__ Undocumented

Inherited from WebDAVTextElement:

Method fromString Undocumented
Method __str__ Undocumented
Method __repr__ Undocumented
Method __eq__ Undocumented

Inherited from WebDAVElement (via WebDAVTextElement):

Method qname Undocumented
Method sname Undocumented
Method __ne__ Undocumented
Method __contains__ Undocumented
Method writeXML Undocumented
Method toxml Undocumented
Method element Undocumented
Method addToDOM Undocumented
Method childrenOfType Returns a list of children with the same qname as the given type.
Method childOfType Returns a child of the given type, if any, or None.
def fromResponseCode(clazz, code): (source)
code must be an integer response code in twisted.web2.responsecode.RESPONSES.keys()
def __init__(self, *children, **attributes): (source)
Undocumented
API Documentation for twisted, generated by pydoctor.