Package conary :: Package build :: Module tags :: Class CfgImplementsItem
[hide private]
[frames] | no frames]

Class CfgImplementsItem

source code

          object --+        
                   |        
lib.cfgtypes.CfgType --+    
                       |    
    lib.cfgtypes.CfgEnum --+
                           |
                          CfgImplementsItem

Instance Methods [hide private]
 
__init__(self) source code
 
checkEntry(self, val) source code

Inherited from lib.cfgtypes.CfgEnum: format, parseString

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

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

Class Variables [hide private]
  validValueDict = {'description': ('update', 'preremove'), 'fil...

Inherited from lib.cfgtypes.CfgEnum: origName, validValues

Inherited from lib.cfgtypes.CfgType: default

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self)
(Constructor)

source code 
Overrides: lib.cfgtypes.CfgEnum.__init__

checkEntry(self, val)

source code 
Overrides: lib.cfgtypes.CfgEnum.checkEntry

Class Variable Details [hide private]

validValueDict

Value:
{'description': ('update', 'preremove'),
 'files': ('update', 'preremove', 'remove', 'preupdate'),
 'handler': ('update', 'preremove')}