| Home | Trees | Indices | Help |
|
|---|
|
|
|
|||
|
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 | |||
|
|||
|
|||
|
|||
_pathCache =
|
|||
CfgPathList = <conary.lib.cfgtypes.CfgLineList object at 0x2b2
|
|||
|
|||
CfgPathList
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0beta1 on Thu Jul 10 11:46:02 2008 | http://epydoc.sourceforge.net |