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

Class CfgDataSource

source code

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

Instance Methods [hide private]

Inherited from lib.cfgtypes.CfgEnum: __init__, checkEntry, 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]
  validValues = ['args', 'stdin', 'multitag']

Inherited from lib.cfgtypes.CfgEnum: origName

Inherited from lib.cfgtypes.CfgType: default

Properties [hide private]

Inherited from object: __class__