| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
ParamMixin
A mixin providing param processing.
This is for tables and data elements. If you mix this in, you have to call _initParams(rscdefObject, params=None)
rscdefObject is a TableDef or DataDef, params, if given, a dictionary mapping param names to param values.
| Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
| Properties | |
|
Inherited from |
| Method Details |
sets a parameter to a value. String-typed values will be parsed, everything else is just entered directly. Trying to write to non-existing params will raise a NotFoundError. Do not write to params directly, you'll break things. |
iterates over the parameters for this table. The items returned are rscdef.Param instances. |
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Thu May 2 07:29:09 2019 | http://epydoc.sourceforge.net |