rmorshea / spectate

Observe the evolution of mutable data types like lists, dicts, and sets.

Home Page:https://python-spectate.readthedocs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The undo param of rollback should be required

rmorshea opened this issue · comments

The behavior of rollback is the same as mute if no undo=... param is passed. To avoid confusion in which ought to be used undo should be made into a required parameter.