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 6b32557 commit b226188Copy full SHA for b226188
mypy/stubtest.py
@@ -715,7 +715,7 @@ def _verify_arg_default_value(
715
try:
716
defaults_match = bool(stub_default == runtime_arg.default)
717
except Exception:
718
- # Exception can be raised in eq/ne dunder methods (e.g. numpy arrays)
+ # Exception can be raised in bool dunder method (e.g. numpy arrays)
719
# At this point, consider the default to be different, it is probably
720
# too complex to put in a stub anyway.
721
defaults_match = False
0 commit comments