Package conary :: Module conarycfg :: Class CfgProxy
[hide private]
[frames] | no frames]

Class CfgProxy

source code

          object --+        
                   |        
lib.cfgtypes.CfgType --+    
                       |    
    lib.cfgtypes.CfgDict --+
                           |
                          CfgProxy

Instance Methods [hide private]
 
updateFromString(self, val, str) source code
 
__init__(self, default={}) source code

Inherited from lib.cfgtypes.CfgDict: copy, getDefault, parseString, parseValueString, set, setFromString, toStrings

Inherited from lib.cfgtypes.CfgType: format

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

Class Variables [hide private]

Inherited from lib.cfgtypes.CfgType: default

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

updateFromString(self, val, str)

source code 
Overrides: lib.cfgtypes.CfgDict.updateFromString

__init__(self, default={})
(Constructor)

source code 
Overrides: lib.cfgtypes.CfgDict.__init__