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.
InstanceDeprecatedVisitor
check_partial
1 parent 4e34852 commit 414b516Copy full SHA for 414b516
mypy/checker.py
@@ -574,6 +574,7 @@ def check_second_pass(
574
def check_partial(self, node: DeferredNodeType | FineGrainedDeferredNodeType) -> None:
575
if isinstance(node, MypyFile):
576
self.check_top_level(node)
577
+ self.tree.accept(InstanceDeprecatedVisitor(typechecker=self))
578
else:
579
self.recurse_into_functions = True
580
with self.binder.top_frame_context():
0 commit comments