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

Method gen_return

mypyc/irbuild/nonlocalcontrol.py:85–86  ·  view source on GitHub ↗
(self, builder: IRBuilder, value: Value, line: int)

Source from the content-addressed store, hash-verified

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)
87
88
89class GeneratorNonlocalControl(BaseNonlocalControl):

Callers

nothing calls this directly

Calls 1

gen_returnMethod · 0.45

Tested by

no test coverage detected