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 1ba0c98 commit 799764fCopy full SHA for 799764f
test_cases/stdlib/typing/check_regression_issue_9296.py
@@ -13,4 +13,4 @@ class MyKeysView(t.KeysView[KT]):
13
dict_keys = type(d.keys())
14
15
# This should not cause an error like `Member "register" is unknown`:
16
-MyKeysView.register(dict_keys)
+MyKeysView.regixster(dict_keys)
0 commit comments