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 54b6ce2 commit 868a6ccCopy full SHA for 868a6cc
conformance/tests/typeddicts_class_syntax.py
@@ -30,13 +30,13 @@ def method1(self): # E
30
pass
31
32
# Methods are not allowed, so this should generate an error.
33
- @classmethod # E
34
- def method2(cls):
+ @classmethod # E[method2]
+ def method2(cls): # E[method2]
35
36
37
38
- @staticmethod # E
39
- def method3():
+ @staticmethod # E[method3]
+ def method3(): # E[method3]
40
41
42
0 commit comments