| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
ConfigItem --+
|
FloatConfigItem
A config item containing a float.
It supports a Null value through the special None literal.
>>> ci = FloatConfigItem("foo"); print ci.value None >>> ci = FloatConfigItem("foo", default="23"); ci.value 23.0 >>> ci.set("42.25"); ci.value 42.25 >>> ci.getAsString() '42.25'
| 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 |