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

Method visit_dec_ref

mypyc/transform/log_trace.py:134–135  ·  view source on GitHub ↗
(self, op: DecRef)

Source from the content-addressed store, hash-verified

132 return self.log(op, "inc_ref", str(op.src.type))
133
134 def visit_dec_ref(self, op: DecRef) -> Value:
135 return self.log(op, "dec_ref", str(op.src.type))
136
137 def log_inc_ref(self, value: Value) -> None:
138 self.log_event("inc_ref", str(value.type), value.line)

Callers

nothing calls this directly

Calls 2

logMethod · 0.95
strClass · 0.85

Tested by

no test coverage detected