UserSpace.clear_cells#
- UserSpace.clear_cells(clear_input=False, recursive=True)#
Clears child
Cells
.By default, clears all the calculated values of all the recursive child
Cells
. Ifclear_input
isTrue
, all the input values of the child cells are also cleared in addition to the calculated values. Ifrecursive
isFalse
, only the cells that are the direct children of this Space are cleared, and cells in the recursive child spaces are not cleared.- Parameters
See also
New in version 0.16.0.