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 bb57b4c commit e06e93eCopy full SHA for e06e93e
testsuite/E27.py
@@ -42,3 +42,5 @@
42
from importable.module import(e, f)
43
except ImportError:
44
pass
45
+#: Okay
46
+matched = {"true": True, "false": False}
testsuite/python3.py
@@ -9,6 +9,8 @@ def foo(x: int) -> int:
9
10
# Annotated variables #575
11
CONST: int = 42
12
+match: int = 42
13
+case: int = 42
14
15
16
class Class:
0 commit comments