You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fromtypingimportfinal# error: Type checkers will not prevent subclassing when `final()` is called as a functionMyClass=final(type("MyClass", (), {}))
classBar(MyClass): ... # no error
not sure how common this is, but ty has a check for it: