| Trees | Indices | Help |
|
|---|
object --+ | Option --+ | IntOption
Inherited from Option :
__get__ ,
__init__ ,
__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__
'')
Return the value of the specified option as integer.
If the specified option can not be converted to an integer, a ConfigurationError exception is raised.
Valid default input is a string or an int. Returns an int.
| Trees | Indices | Help |
|
|---|