Overriding Decorator Arguments In Child Classes
To override decorator args in a child class, you need to redefine the method. Declaring new class variables won't affect the decorator unless you explicitly redefine the method.
To override decorator args in a child class, you need to redefine the method. Declaring new class variables won't affect the decorator unless you explicitly redefine the method.