MCPcopy Create free account
hub / github.com/python/mypy / gen_break

Method gen_break

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

Source from the content-addressed store, hash-verified

42
43 @abstractmethod
44 def gen_break(self, builder: IRBuilder, line: int) -> None:
45 pass
46
47 @abstractmethod
48 def gen_continue(self, builder: IRBuilder, line: int) -> None:

Callers 4

gen_breakMethod · 0.45
transform_break_stmtFunction · 0.45
except_bodyFunction · 0.45
else_bodyFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected