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

Method accept

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

Source from the content-addressed store, hash-verified

1817 self.is_unreachable = is_unreachable
1818
1819 def accept(self, visitor: StatementVisitor[T]) -> T:
1820 return visitor.visit_block(self)
1821
1822
1823# Statements

Callers

nothing calls this directly

Calls 1

visit_blockMethod · 0.45

Tested by

no test coverage detected