Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/xml/dom/
Dminidom.py270 defproperty(Node, "firstChild", doc="First child node, or None.")
271 defproperty(Node, "lastChild", doc="Last child node, or None.")
272 defproperty(Node, "localName", doc="Namespace-local name of this node.")
449 defproperty(Attr, "isId", doc="True if this attribute is an ID.")
450 defproperty(Attr, "localName", doc="Namespace-local name of this attribute.")
451 defproperty(Attr, "schemaType", doc="Schema type for this attribute.")
603 defproperty(NamedNodeMap, "length",
850 defproperty(Element, "attributes",
852 defproperty(Element, "localName",
1009 defproperty(CharacterData, "length", doc="Length of the string data.")
[all …]
Dminicompat.py102 def defproperty(klass, name, doc): function