UserSpace.clear_all#

UserSpace.clear_all()#

Clears Cells and ItemSpace.

Clears both the input values and the calculated values of all the recursive child Cells in this space and delete all the recursive child ItemSpace objects in the space.

Changed in version 0.16.0: Changed to delete child ItemSpaces recursively and to clear recursive child Cells. clear_items() works the same as this method before change.