qualityAssurance.utils.undo module

class qualityAssurance.utils.undo.UndoContext

Bases: object

This context will create a undo chunk of every commands that is ran within the context.

with UndoContext:
    # code