xml :: etree :: ElementTree :: QName :: Class QName
[hide private]
[frames] | no frames]

Class QName

source code

object --+
         |
        QName

Instance Methods [hide private]
 
__cmp__(self, other) source code
 
__hash__(self)
hash(x)
source code
 
__init__(self, text_or_uri, tag=None)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
__str__(self)
str(x)
source code

Inherited from object: __delattr__, __format__, __getattribute__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __subclasshook__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__hash__(self)
(Hashing function)

source code 
hash(x)
Overrides: object.__hash__
(inherited documentation)

__init__(self, text_or_uri, tag=None)
(Constructor)

source code 
x.__init__(...) initializes x; see help(type(x)) for signature
Overrides: object.__init__
(inherited documentation)

__str__(self)
(Informal representation operator)

source code 
str(x)
Overrides: object.__str__
(inherited documentation)