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

Method gen_continue

mypyc/irbuild/nonlocalcontrol.py:82–83  ·  view source on GitHub ↗
(self, builder: IRBuilder, line: int)

Source from the content-addressed store, hash-verified

80 builder.add(Goto(self.break_block))
81
82 def gen_continue(self, builder: IRBuilder, line: int) -> None:
83 builder.add(Goto(self.continue_block))
84
85 def gen_return(self, builder: IRBuilder, value: Value, line: int) -> None:
86 self.outer.gen_return(builder, value, line)

Callers

nothing calls this directly

Calls 2

GotoClass · 0.90
addMethod · 0.45

Tested by

no test coverage detected