| Trees | Indices | Help |
|
|---|
object --+ | Option --+ | ListOption
',',
keep_empty=False,
doc='')Inherited from Option :
__get__ ,
__repr__ ,
__set__
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
Inherited from Option :
get_registry
Inherited from object:
__class__
',',
keep_empty=False,
doc='')
Create the configuration option.
belongs to
@param name: the name of the option @param default: the default value for the option @param doc: documentation of the option
Return the value of the specified option.
Valid default input is a string. Returns a string.
| Trees | Indices | Help |
|
|---|