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 681923d commit 2b5fb1dCopy full SHA for 2b5fb1d
mypyc/ir/class_ir.py
@@ -94,7 +94,7 @@ def __init__(
94
is_abstract: bool = False,
95
is_ext_class: bool = True,
96
is_final_class: bool = False,
97
- supports_weakref: bool = False
+ supports_weakref: bool = False,
98
) -> None:
99
self.name = name
100
self.module_name = module_name
0 commit comments