mypy
e07ccde0
- [stubtest] Respect `@final` runtime decorator, enforce it in stubs (#14922)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
3 years ago
[stubtest] Respect `@final` runtime decorator, enforce it in stubs (#14922) Now, runtime code like ```python from typing import final @final class A: ... ``` Will require `@final` decorator in stubs as well. Closes #14921
References
#14922 - [stubtest] Respect `@final` runtime decorator, enforce it in stubs
Author
sobolevn
Parents
fccaab05
Loading