Home
last modified time | relevance | path

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

/third_party/python/Lib/xml/dom/
H A 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.")
468 defproperty(Attr, "isId", doc="True if this attribute is an ID.")
469 defproperty(Attr, "localName", doc="Namespace-local name of this attribute.")
470 defproperty(Attr, "schemaType", doc="Schema type for this attribute.")
636 defproperty(NamedNodeMap, "length",
934 defproperty(Element, "attributes",
936 defproperty(Element, "localName",
1089 defproperty(CharacterDat
[all...]
H A Dminicompat.py18 # defproperty -- function used in conjunction with GetattrMagic;
27 # defproperty(MyClass, "myattr",
40 # defproperty() should be used for each version of
43 __all__ = ["NodeList", "EmptyNodeList", "StringTypes", "defproperty"]
101 def defproperty(klass, name, doc): function

Completed in 3 milliseconds