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

Method emit_lines

mypyc/codegen/emit.py:267–269  ·  view source on GitHub ↗
(self, *lines: str)

Source from the content-addressed store, hash-verified

265 self.indent()
266
267 def emit_lines(self, *lines: str) -> None:
268 for line in lines:
269 self.emit_line(line)
270
271 def emit_label(self, label: BasicBlock | str) -> None:
272 if isinstance(label, str):

Callers 15

emit_castMethod · 0.95
emit_tuple_castMethod · 0.95
emit_unboxMethod · 0.95
emit_boxMethod · 0.95
emit_error_checkMethod · 0.95
generate_arg_checkFunction · 0.45
emit_callMethod · 0.45
emit_error_handlingMethod · 0.45
generate_export_tableMethod · 0.45

Calls 1

emit_lineMethod · 0.95

Tested by

no test coverage detected