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

Method visit_raise_stmt

mypy/partially_defined.py:504–506  ·  view source on GitHub ↗
(self, o: RaiseStmt)

Source from the content-addressed store, hash-verified

502 self.tracker.skip_branch()
503
504 def visit_raise_stmt(self, o: RaiseStmt) -> None:
505 super().visit_raise_stmt(o)
506 self.tracker.skip_branch()
507
508 def visit_continue_stmt(self, o: ContinueStmt) -> None:
509 super().visit_continue_stmt(o)

Callers

nothing calls this directly

Calls 1

skip_branchMethod · 0.45

Tested by

no test coverage detected