Decorator#

stabledefaults.decorator.stabledefaults(deep=False)#

Copies its mutable default arguments before using them.

Allows for stable use of mutable default arguments without unintuitive side effect.