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

Class CfgSearchPathItem

source code

          object --+    
                   |    
lib.cfgtypes.CfgType --+
                       |
                      CfgSearchPathItem

Instance Methods [hide private]
 
parseString(self, item)
Parse the given value.
source code

Inherited from lib.cfgtypes.CfgType: copy, format, getDefault, set, setFromString, toStrings, updateFromString

Inherited from object: __delattr__, __getattribute__, __hash__, __init__, __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]

parseString(self, item)

source code 
Parse the given value. The return value should be as is expected to be assigned to a configuration item.
Overrides: lib.cfgtypes.CfgType.parseString
(inherited documentation)