Class t.w.d.e.r.ACLPrincipalPropSet(WebDAVElement):

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

Report which returns, for all principals in the DAV:acl property (of the resource identified by the Request-URI) that are identified by http(s) URLs or by a DAV:property principal, the value of the properties specified in the REPORT request body. (RFC 3744, section 9.2)
Method __init__ Undocumented

Inherited from WebDAVElement:

Method qname Undocumented
Method sname Undocumented
Method __str__ Undocumented
Method __repr__ Undocumented
Method __eq__ 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 __init__(self, *children, **attributes): (source)
Undocumented
API Documentation for twisted, generated by pydoctor.