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

Function transform_continue_stmt

mypyc/irbuild/statement.py:654–655  ·  view source on GitHub ↗
(builder: IRBuilder, node: ContinueStmt)

Source from the content-addressed store, hash-verified

652
653
654def transform_continue_stmt(builder: IRBuilder, node: ContinueStmt) -> None:
655 builder.nonlocal_control[-1].gen_continue(builder, node.line)
656
657
658def transform_raise_stmt(builder: IRBuilder, s: RaiseStmt) -> None:

Callers 1

visit_continue_stmtMethod · 0.90

Calls 1

gen_continueMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…