Package conary :: Package lib :: Module cfgtypes
[hide private]
[frames] | no frames]

Module cfgtypes

source code

Classes [hide private]
  CfgType
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)
  CfgString
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)
  _Path
  _ExpandedPath
  CfgPath
String configuration option that accepts ~ as a substitute for $HOME
  CfgInt
  CfgBool
  CfgRegExp
RegularExpression type.
  CfgSignedRegExp
SignedRegularExpression type.
  CfgEnum
Enumerated value type.
  CfgCallBack
  CfgLineList
  CfgQuotedLineList
  CfgList
  CfgDict
  CfgEnumDict
  RegularExpressionList
This is the actual configuration value -- NOT a config type.
  SignedRegularExpressionList
Like a RegularExpressionList, but each member regexp is tagged with a + or - to signify a positive or negative match.
  CfgRegExpList
  CfgSignedRegExpList
  CfgError
Ancestor for all exceptions raised by the cfg module.
  ParseError
Indicates that an error occurred parsing the config file.
  CfgEnvironmentError
Functions [hide private]
 
Path(str) source code
Variables [hide private]
  _pathCache = {}
  CfgPathList = <conary.lib.cfgtypes.CfgLineList object at 0x2b2...
Variables Details [hide private]

CfgPathList

Value:
CfgLineList(CfgPath, ':')