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

Method visit_continue_stmt

mypy/partially_defined.py:508–510  ·  view source on GitHub ↗
(self, o: ContinueStmt)

Source from the content-addressed store, hash-verified

506 self.tracker.skip_branch()
507
508 def visit_continue_stmt(self, o: ContinueStmt) -> None:
509 super().visit_continue_stmt(o)
510 self.tracker.skip_branch()
511
512 def visit_break_stmt(self, o: BreakStmt) -> None:
513 super().visit_break_stmt(o)

Callers

nothing calls this directly

Calls 1

skip_branchMethod · 0.45

Tested by

no test coverage detected