Module configuration :: Class _Key
[hide private]
[frames] | no frames]

Class _Key

source code

object --+
         |
        _Key

A hierarchical configuration key.

Instance Methods [hide private]
 
__init__(self, string)
Initialization.
source code
 
to_xpath(self) source code

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

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, string)
(Constructor)

source code 
Initialization.
Overrides: object.__init__