If you need to call super not of the direct base class, but of the one above, you can do:
method(__method__).super_method.super_method.call(optional_arguments)Mar 13, 2026
If you need to call super not of the direct base class, but of the one above, you can do:
method(__method__).super_method.super_method.call(optional_arguments)