ItemSpace#
- class ItemSpace(_impl)[source]#
Dynamically created space.
Dynamic spaces of a parametric space are created by accessing its elements for the first time, through subscription
[]
or call()
operations on the parametric space.Dynamic spaces are not editable like static spaces.
Basic properties#
Name of the object. |
|
Dotted name of the object. |
|
Documentation string |
|
Whether a cells can have None as its value. |
|
The model this object belongs to. |
|
The parent of this object. |
|
A map associating names to objects accessible by the names. |
|
|
Set the current space to Space |
Check if the parameter function is set. |
|
|
Set property |
Inheritance properties#
List of base classes. |
Child Space properties#
A mapping associating names to named spaces. |
|
A mapping associating names to named spaces. |
Child Cells properties#
A mapping of cells names to the cells objects in the space. |
ItemSpace properties#
A tuple of space arguments. |
|
A tuple of parameter strings. |