Home | Trees | Indices | Help |
|
---|
|
object --+ | parameter.Parameter --+ | CompositeParameter
Parameter that consists of more parameters.
This parameter matches lists, tuples and dicts, of which all elements match the list of child parameters.
When this parameter is written to a dict, its child parameters are expanded. E.g. for a composite parameter with childs 'x' and 'y', a read value of (1, 3) and a dict d of {}; after writing to d, d will equal {x:1, y:3}, and not {{x:1, y:3}}.
Methods:
- all of Parameter
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from |
|
|||
Inherited from Inherited from |
|
Construct a CompositeParameter. Parameters:
|
Adds the last read argument value to a dictionary. Parameters:
Preconditions:
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0 on Thu Jul 22 13:11:42 2010 | http://epydoc.sourceforge.net |