Home
last modified time | relevance | path

Searched refs:defproperty (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Lib/xml/dom/
Dminidom.py280 defproperty(Node, "firstChild", doc="First child node, or None.")
281 defproperty(Node, "lastChild", doc="Last child node, or None.")
282 defproperty(Node, "localName", doc="Namespace-local name of this node.")
466 defproperty(Attr, "isId", doc="True if this attribute is an ID.")
467 defproperty(Attr, "localName", doc="Namespace-local name of this attribute.")
468 defproperty(Attr, "schemaType", doc="Schema type for this attribute.")
634 defproperty(NamedNodeMap, "length",
932 defproperty(Element, "attributes",
934 defproperty(Element, "localName",
1087 defproperty(CharacterData, "length", doc="Length of the string data.")
[all …]
Dminicompat.py101 def defproperty(klass, name, doc): function