MCPcopy Index your code
hub / github.com/python/mypy / accept

Method accept

mypy/nodes.py:1783–1784  ·  view source on GitHub ↗
(self, visitor: StatementVisitor[T])

Source from the content-addressed store, hash-verified

1781 self.names = names
1782
1783 def accept(self, visitor: StatementVisitor[T]) -> T:
1784 return visitor.visit_global_decl(self)
1785
1786
1787class NonlocalDecl(Statement):

Callers

nothing calls this directly

Calls 1

visit_global_declMethod · 0.45

Tested by

no test coverage detected