Package park :: Package util :: Module configure :: Class Entry

Class Entry

source code


Instance Methods
 
__init__(self, key, value, parser=None, **kw)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
parse(self, value) source code
 
__str__(self)
str(x)
source code
 
__enter__(self, value) source code
 
__exit__(self) source code
 
on_modify(self, fn)
Register fn to be called when the config value is modified.
source code

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__

Properties
  value

Inherited from object: __class__

Method Details

__init__(self, key, value, parser=None, **kw)
(Constructor)

source code 
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
Overrides: object.__init__
(inherited documentation)

__str__(self)
(Informal representation operator)

source code 
str(x)
Overrides: object.__str__
(inherited documentation)

Property Details

value

Get Method:
_get_value(self)
Set Method:
_set_value(self, value)