MCPcopy
hub / github.com/python/mypy / accept

Method accept

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

Source from the content-addressed store, hash-verified

1798 self.names = names
1799
1800 def accept(self, visitor: StatementVisitor[T]) -> T:
1801 return visitor.visit_nonlocal_decl(self)
1802
1803
1804class Block(Statement):

Callers

nothing calls this directly

Calls 1

visit_nonlocal_declMethod · 0.45

Tested by

no test coverage detected