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 3b9618b commit b336dc8Copy full SHA for b336dc8
mypy/options.py
@@ -18,6 +18,8 @@ class BuildType:
18
PROGRAM_TEXT = 2 # type: ClassVar[int]
19
20
21
+# These aren't classvars in Options because mypyc doesn't properly
22
+# implement class namespaces yet.
23
PER_MODULE_OPTIONS = {
24
# Please keep this list sorted
25
"always_false",
0 commit comments