We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ae84ed commit f7a0530Copy full SHA for f7a0530
mypy/stubtest.py
@@ -1381,7 +1381,6 @@ def verify_typealias(
1381
"__annotations__",
1382
"__text_signature__",
1383
"__weakref__",
1384
- "__del__", # Only ever called when an object is being deleted, who cares?
1385
"__hash__",
1386
"__getattr__", # resulting behaviour might be typed explicitly
1387
"__setattr__", # defining this on a class can cause worse type checking
0 commit comments