MCPcopy 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("}")

Calls 1

emit_lineMethod · 0.45

Tested by

no test coverage detected