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 effa78f commit 7bab569Copy full SHA for 7bab569
test-data/unit/check-typeguard.test
@@ -731,7 +731,6 @@ assert a(x=x)
731
reveal_type(x) # N: Revealed type is "builtins.int"
732
[builtins fixtures/tuple.pyi]
733
734
-
735
# https://github.com/python/mypy/issues/19575
736
[case testNoCrashOnDunderCallTypeGuardTemporaryObject]
737
from typing_extensions import TypeGuard
@@ -742,6 +741,8 @@ class E:
742
741
x = object()
743
if E()(x):
744
+[builtins fixtures/tuple.pyi]
745
+
746
[case testNoCrashOnDunderCallTypeIsTemporaryObject]
747
from typing_extensions import TypeIs
748
class E:
0 commit comments