Invalid usages of final classes, methods, and variables
Reports invalid usages of final classes, methods and variables.
Example:
from typing import final
@final
class A:
def a_method(self):
pass
class B(A):
def a_method(self):
pass
Inspection Details | |
---|---|
Available in: | DataSpell 2023.3, PyCharm 2023.3 |
Plugin: | Python Community Edition, 233.SNAPSHOT |
Last modified: 13 July 2023