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

Method visit_break_stmt

mypy/stats.py:235–236  ·  view source on GitHub ↗
(self, o: BreakStmt)

Source from the content-addressed store, hash-verified

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)
237
238 def visit_continue_stmt(self, o: ContinueStmt) -> None:
239 self.record_precise_if_checked_scope(o)

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected