A base class for values stored in :py:class:Configuration.
More...
Public Member Functions | |
| def | __init__ (self, initial=None) |
| def | __str__ (self) |
| def | set (self, value) |
Properties | |
| value = property | |
Private Member Functions | |
| def | value (self) |
| def | _parse_value (self, value) |
| def | _create_value (self, value) |
Private Attributes | |
| _value | |
A base class for values stored in :py:class:Configuration.
:param:`initial` the initial value of this entry.
| def SSHLibrary.config.Entry.__init__ | ( | self, | |
initial = None |
|||
| ) |
| def SSHLibrary.config.Entry.__str__ | ( | self | ) |
Reimplemented in SSHLibrary.config.TimeEntry.
|
private |
|
private |