| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
base.structure.StructureBase --+
|
object --+ |
| |
base.common.Parser --+
|
base.structure.ParseableStructure --+
|
base.structure.Structure --+
|
object --+ |
| |
base.meta.MetaMixin --+
|
ColumnBase --+
|
ParamBase
A basic parameter.
This is the base for both Param and InputKey.
| Nested Classes | |
|
Inherited from |
| Class Methods | |
|
Inherited from |
| Class Variables | |
nullLiteral = hash(x) |
|
unprocessedTypes =
|
|
attrSeq =
|
|
managedAttrs =
|
|
|
Inherited from Inherited from Inherited from |
|
| Properties | |
| content_ | |
|
value returns a typed value for the parameter. |
|
|
Inherited from |
|
| Method Details |
repr(x)
|
|
|
returns a string serialisation of the value. This is what would reproduce the value if embedded in an XML serialisation of the param. |
sets this parameter's value. val can be a python value, or string literal. In the second case, this string literal will be preserved in string serializations of this param. If val is an invalid value for this item, a ValidationError is raised and the item's value will be Undefined. |
|
|
|
|
| Class Variable Details |
attrSeq
|
managedAttrs
|
| Property Details |
content_
|
valuereturns a typed value for the parameter. Unset items give None here.
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Thu May 2 07:29:09 2019 | http://epydoc.sourceforge.net |