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 887bc39 commit 85b07d5Copy full SHA for 85b07d5
mypyc/ir/class_ir.py
@@ -362,6 +362,7 @@ def serialize(self) -> JsonDict:
362
"is_generated": self.is_generated,
363
"is_augmented": self.is_augmented,
364
"is_final_class": self.is_final_class,
365
+ "supports_weakref": self.supports_weakref,
366
"inherits_python": self.inherits_python,
367
"has_dict": self.has_dict,
368
"allow_interpreted_subclasses": self.allow_interpreted_subclasses,
0 commit comments