| Home | Trees | Index | Help |
|
|---|
| Package lyntin :: Module config :: Class StringConfig |
|
ConfigBase --+
|
StringConfig
| Method Summary | |
|---|---|
| varies |
Checks the value to verify that it's a valid value for this config data item. |
| string |
Retrieves a textual representation of the value and the type of the config item. |
| Inherited from ConfigBase | |
Sets the name and original value. | |
| varies |
Retrieves the value in question. |
| string |
Gets the description of the config item. |
| varies |
Sets the value. |
| Method Details |
|---|
check(self, value)Checks the value to verify that it's a valid value for this config data item. Override this so that it checks the incoming value and if it's not a valid type, it kicks up a TypeError. If it's not a valid value (different than not being a valid type) it kicks up a ValueError. If everything is ok, it should return the converted argument.
|
toString(self)Retrieves a textual representation of the value and the type of the config item.
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Mon Aug 9 09:17:42 2004 | http://epydoc.sf.net |