Cells¶
-
class
Cells
(_impl)[source]¶ Data container with a formula to calculate its own values.
Cells are created by
new_cells()
method or its variant methods of the containing Space, or by function definitions withmodelx.defcells()
decorator.
Basic properties¶
Name of the object. |
|
Dotted name of the object. |
|
Description string |
|
Whether a cells can have None as its value. |
|
The model this object belongs to. |
|
The parent of this object. |
|
|
Set property |
Value operations¶
|
Clear all calculated values. |
Clear all values. |
|
|
Clear value for given arguments. |
|
|
|
Returns the best matching args and their value. |
Get, set, delete the scalar value. |
Formula operations¶
Property to get, set, delete formula. |
|
|
Set formula from a function. |
Clear the formula. |
|
A tuple of parameter strings. |