UserSpace.new_cells#
- UserSpace.new_cells(name=None, formula=None, is_cached=True)[source]#
Create a cells in the space.
- Parameters:
name – If omitted, the model is named automatically
CellsN
, whereN
is an available number.func – The function to define the formula of the cells.
is_cached (optional) – Whether to cache the results.
True
by default.
- Returns:
The new cells.
See also