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 2b33075 commit 72db897Copy full SHA for 72db897
stdlib/@tests/test_cases/check_functools.py
@@ -72,7 +72,7 @@ def check_cached(x: int) -> int:
72
# Type checkers should check the argument type, but this is currently not
73
# possible. See https://github.com/python/typeshed/issues/6347 and
74
# https://github.com/python/typeshed/issues/11280.
75
-# check_cached("invalid") # type: ignore
+# check_cached("invalid") # xtype: ignore
76
77
assert_type(check_cached.cache_info().misses, int)
78
0 commit comments