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 d8602a0 commit 9fce629Copy full SHA for 9fce629
mypyc/test-data/irbuild-classes.test
@@ -2701,7 +2701,7 @@ class InterpSubclasses:
2701
2702
def isinstance_nonnative(x: Any) -> bool:
2703
return isinstance(x, NonNative)
2704
-def isinstance_interpreted_subclasses(x: Any) -> None:
+def isinstance_interpreted_subclasses(x: Any) -> bool:
2705
return isinstance(x, InterpSubclasses)
2706
[out]
2707
def isinstance_nonnative(x):
0 commit comments