class String(ConfigDefinition): (source)
Known subclasses: zim.config.dicts.StringAllowEmpty
| Method | __init__ |
Undocumented |
| Method | check |
No summary |
| Method | tostring |
Undocumented |
Inherited from ConfigDefinition:
| Method | __eq__ |
Undocumented |
| Method | __ne__ |
Undocumented |
| Class Variable | __slots__ |
Undocumented |
| Instance Variable | allow_empty |
Undocumented |
| Instance Variable | default |
Undocumented |
| Method | _check_allow_empty |
Undocumented |
| Method | _eval_string |
Undocumented |
zim.config.dicts.ConfigDefinition.check| Returns | |
| (converted) value if valid | |
| Raises | |
ValueError | if value is invalid and can not be converted |