Package xml :: Package dom :: Module minidom :: Class TypeInfo
[hide private]
[frames] | no frames]

Class TypeInfo

object --+
         |
        TypeInfo

Instance Methods [hide private]
 
__init__(self, namespace, name)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
 
__repr__(self)
repr(x)
 
_get_name(self)
 
_get_namespace(self)

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __str__

Properties [hide private]
  name
  namespace

Inherited from object: __class__

Method Details [hide private]

__init__(self, namespace, name)
(Constructor)

 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)

__repr__(self)
(Representation operator)

 

repr(x)

Overrides: object.__repr__
(inherited documentation)