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

Method visit_continue_stmt

mypy/stats.py:238–239  ·  view source on GitHub ↗
(self, o: ContinueStmt)

Source from the content-addressed store, hash-verified

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)
240
241 def visit_name_expr(self, o: NameExpr) -> None:
242 if o.fullname in ("builtins.None", "builtins.True", "builtins.False", "builtins.Ellipsis"):

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected