Trees | Indices | Help |
|
---|
|
This class handles a single Yum configuration file option. Create subclasses for each type of supported configuration option.
Python descriptor foo (__get__ and __set__) is used to make option definition easy and consise.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
__slotnames__ =
|
|
|||
Inherited from |
|
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
Called when the option is read (via the descriptor protocol).
|
Called when the option is set (via the descriptor protocol).
|
Initialise the option for a config instance. This must be called before the option can be set or retrieved.
|
Parse the string value to the Option's native value.
|
Convert the Option's native value to a string value.
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Apr 28 11:38:38 2010 | http://epydoc.sourceforge.net |