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

Class TagFile

source code

lib.cfg._Config --+    
                  |    
 lib.cfg.ConfigFile --+
                      |
                     TagFile

Nested Classes [hide private]
  file
A config value type wrapper -- gives a config value a conversion to and from a string, a way to copy values, and a way to print the string for display (if different from converting to a string)
  name
A config value type wrapper -- gives a config value a conversion to and from a string, a way to copy values, and a way to print the string for display (if different from converting to a string)
  description
A config value type wrapper -- gives a config value a conversion to and from a string, a way to copy values, and a way to print the string for display (if different from converting to a string)
Instance Methods [hide private]
 
filterCB(self, val, key) source code
 
__init__(self, filename, macros={}, warn=False) source code
 
match(self, filename) source code

Inherited from lib.cfg.ConfigFile: configKey, configLine, ignoreUrlIncludes, includeConfigFile, isUrl, limitToKeys, read, readObject, readUrl, setIgnoreErrors

Inherited from lib.cfg.ConfigFile (private): _getProxies, _openPath, _openUrl

Inherited from lib.cfg._Config: __contains__, __getitem__, __setitem__, addAlias, addConfigOption, addDirective, addListener, display, displayKey, getDefaultValue, getDisplayOption, isDefault, items, iteritems, iterkeys, itervalues, keys, resetToDefault, setDisplayOptions, setValue, store, storeKey, values, writeToFile

Inherited from lib.cfg._Config (private): _initDisplayOptions, _write, _writeKey

Class Methods [hide private]
Class Variables [hide private]
  datasource = (<class 'conary.build.tags.CfgDataSource'>, 'args')
  implements = <conary.lib.cfgtypes.CfgList object at 0x2b2d8302...

Inherited from lib.cfg._Config (private): _cfgTypes, _keyLocation, _optionParams

Method Details [hide private]

__init__(self, filename, macros={}, warn=False)
(Constructor)

source code 
Overrides: lib.cfg.ConfigFile.__init__

Class Variable Details [hide private]

implements

Value:
CfgList(CfgImplementsItem)