pymovements.utils.decorators.auto_str#

pymovements.utils.decorators.auto_str(cls: type[ClassT]) type[ClassT][source]#

Automatically generate __str__() to include all arguments. Can be used as a decorator.