OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:defproperty
(Results
1 - 4
of
4
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/dom/
minicompat.py
14
#
defproperty
-- function used in conjunction with GetattrMagic;
23
#
defproperty
(MyClass, "myattr",
36
#
defproperty
() should be used for each version of
39
__all__ = ["NodeList", "EmptyNodeList", "StringTypes", "
defproperty
"]
102
def
defproperty
(klass, name, doc):
function
minidom.py
270
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.")
452
defproperty
(Attr, "isId", doc="True if this attribute is an ID.")
453
defproperty
(Attr, "localName", doc="Namespace-local name of this attribute.")
454
defproperty
(Attr, "schemaType", doc="Schema type for this attribute.")
606
defproperty
(NamedNodeMap, "length",
853
defproperty
(Element, "attributes",
855
defproperty
(Element, "localName",
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/dom/
minicompat.py
14
#
defproperty
-- function used in conjunction with GetattrMagic;
23
#
defproperty
(MyClass, "myattr",
36
#
defproperty
() should be used for each version of
39
__all__ = ["NodeList", "EmptyNodeList", "StringTypes", "
defproperty
"]
102
def
defproperty
(klass, name, doc):
function
minidom.py
270
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.")
452
defproperty
(Attr, "isId", doc="True if this attribute is an ID.")
453
defproperty
(Attr, "localName", doc="Namespace-local name of this attribute.")
454
defproperty
(Attr, "schemaType", doc="Schema type for this attribute.")
606
defproperty
(NamedNodeMap, "length",
853
defproperty
(Element, "attributes",
855
defproperty
(Element, "localName",
[
all
...]
Completed in 262 milliseconds