MCPcopy Create free account
hub / github.com/python/mypy / emit_lines

Method emit_lines

mypyc/codegen/emitfunc.py:948–949  ·  view source on GitHub ↗
(self, *lines: str)

Source from the content-addressed store, hash-verified

946 self.emitter.emit_line(line, ann=ann)
947
948 def emit_lines(self, *lines: str) -> None:
949 self.emitter.emit_lines(*lines)
950
951 def emit_inc_ref(self, dest: str, rtype: RType) -> None:
952 self.emitter.emit_inc_ref(dest, rtype, rare=self.rare)

Callers 1

visit_branchMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected