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

Method visit_unbox

mypyc/codegen/emitfunc.py:699–700  ·  view source on GitHub ↗
(self, op: Unbox)

Source from the content-addressed store, hash-verified

697 )
698
699 def visit_unbox(self, op: Unbox) -> None:
700 self.emitter.emit_unbox(self.reg(op.src), self.reg(op), op.type)
701
702 def visit_unreachable(self, op: Unreachable) -> None:
703 self.emitter.emit_line("CPy_Unreachable();")

Callers

nothing calls this directly

Calls 2

regMethod · 0.95
emit_unboxMethod · 0.80

Tested by

no test coverage detected