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

Method gen_return

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

Source from the content-addressed store, hash-verified

50
51 @abstractmethod
52 def gen_return(self, builder: IRBuilder, value: Value, line: int) -> None:
53 pass
54
55
56class BaseNonlocalControl(NonlocalControl):

Callers 6

gen_returnMethod · 0.45
gen_returnMethod · 0.45
add_implicit_returnMethod · 0.45
transform_return_stmtFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected