MCPcopy Create free account
hub / github.com/python/mypy / visit_pass_stmt

Method visit_pass_stmt

mypy/stats.py:232–233  ·  view source on GitHub ↗
(self, o: PassStmt)

Source from the content-addressed store, hash-verified

230 super().visit_expression_stmt(o)
231
232 def visit_pass_stmt(self, o: PassStmt) -> None:
233 self.record_precise_if_checked_scope(o)
234
235 def visit_break_stmt(self, o: BreakStmt) -> None:
236 self.record_precise_if_checked_scope(o)

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected