Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/python/mypy
/ finish
Method
finish
mypyc/codegen/emitwrapper.py:976–977 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
974
emitter.emit_line(
"return NULL;"
)
975
976
def
finish(self) -> None:
977
self.emitter.emit_line(
"}"
)
Callers
5
generate_dunder_wrapper
Function · 0.95
generate_ipow_wrapper
Function · 0.95
generate_bin_op_forward_only_wrapper
Function · 0.45
generate_bin_op_reverse_only_wrapper
Function · 0.45
generate_bin_op_both_wrappers
Function · 0.45
Calls
1
emit_line
Method · 0.45
Tested by
no test coverage detected