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

Method emit_traceback

mypyc/codegen/emitfunc.py:960–962  ·  view source on GitHub ↗
(self, op: Branch)

Source from the content-addressed store, hash-verified

958 self.declarations.emit_line(line)
959
960 def emit_traceback(self, op: Branch) -> None:
961 if op.traceback_entry is not None:
962 self.emitter.emit_traceback(self.source_path, self.module_name, op.traceback_entry)
963
964 def emit_attribute_error(self, op: Branch, class_name: str, attr: str) -> None:
965 assert op.traceback_entry is not None

Callers 1

visit_branchMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected