| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
ConfigItem --+
|
IntConfigItem
A config item containing an integer.
It supports a Null value through the special None literal.
>>> ci = IntConfigItem("foo"); print ci.value None >>> ci = IntConfigItem("foo", default="23"); ci.value 23 >>> ci.set("42"); ci.value 42 >>> ci.getAsString() '42'
| Instance Methods | |
|
Inherited from Inherited from |
| Class Variables | |
typedesc =
|
|
default =
|
|
| Properties | |
|
Inherited from |
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Thu May 2 07:29:09 2019 | http://epydoc.sourceforge.net |