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

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

Describes a lock on a resource. (RFC 2518, section 12.1)

Inherited from WebDAVElement:

Line # Kind Name Docs
73 Method qname Undocumented
76 Method sname Undocumented
82 Method __init__ Undocumented
162 Method __str__ Undocumented
165 Method __repr__ Undocumented
171 Method __eq__ Undocumented
182 Method __ne__ Undocumented
185 Method __contains__ Undocumented
188 Method writeXML Undocumented
193 Method toxml Undocumented
198 Method element Undocumented
208 Method addToDOM Undocumented
224 Method childrenOfType Returns a list of children with the same qname as the given type.
235 Method childOfType Returns a child of the given type, if any, or None.