Class t.w.d.e.b.WebDAVOneShotElement(WebDAVElement):

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

Known subclasses: twisted.web2.dav.element.rfc2518.LockScope, twisted.web2.dav.element.rfc2518.LockType

Element with exactly one WebDAVEmptyElement child and no attributes.
Method __new__ Undocumented

Inherited from WebDAVElement:

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