mypy
15280bf0
- Fix `issubclass()` to narrow down types of type variables (#7930)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
6 years ago
Fix `issubclass()` to narrow down types of type variables (#7930) Resolves #7920 The fix is just to add one more special-case to the existing logic. Using this opportunity, the special-casing logic around `issubclass()` is moved to a helper method.
References
#7930 - Fix `issubclass()` to narrow down types of type variables
Author
TH3CHARLie
Committer
ilevkivskyi
Parents
47bafd63
Loading