save method

save

Saves the current drawing style state using a stack so you can revert any change you make to it using restore().

def save(self):
    ...

See Also