|
|
__init__(self,
config)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
|
|
add(self,
key,
value,
parser=None,
**kw)
Add an entry into the registry. |
source code
|
|
|
|
|
|
|
save(self,
key)
Save current settings to a config file. |
source code
|
|
|
|
host(self,
key,
value,
**kw)
Specify user:password@host:port |
source code
|
|
|
|
|
|
|
set(self,
key,
value,
**kw)
Parse a set of values separated by spaces. |
source code
|
|
|
|
str(self,
key,
value,
**kw)
Parse a string. |
source code
|
|
|
|
int(self,
key,
value,
**kw)
Parse an integer. |
source code
|
|
|
|
item(self,
key,
value,
choices=None,
**kw)
Item chosen from a closed set. |
source code
|
|
|
|
|
|
|
expr(self,
key,
value,
**kw)
Parse a value which may be an expression. |
source code
|
|
|
|
units(self,
key,
value,
dim=None,
**kw)
Parse a value with units. |
source code
|
|
|
Inherited from object:
__delattr__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__str__
|