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

Method gen_continue

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

Source from the content-addressed store, hash-verified

46
47 @abstractmethod
48 def gen_continue(self, builder: IRBuilder, line: int) -> None:
49 pass
50
51 @abstractmethod
52 def gen_return(self, builder: IRBuilder, value: Value, line: int) -> None:

Callers 5

loop_contentsFunction · 0.45
gen_continueMethod · 0.45
transform_continue_stmtFunction · 0.45
except_bodyFunction · 0.45
else_bodyFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected