When using attributes inside decorated functions, and the attribute is redefined later on, the last known value is used when the decorated function is redefined, instead of the value that the attribute had on the position of the original definition of the function.
When using attributes inside decorated functions, and the attribute is redefined later on, the last known value is used when the decorated function is redefined, instead of the value that the attribute had on the position of the original definition of the function.