save_context method

save_context

Saves the entire state of the canvas by pushing the current state onto a stack.

def save_context(self):
    ...

See Also