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

Method visit_inc_ref

mypyc/transform/log_trace.py:131–132  ·  view source on GitHub ↗
(self, op: IncRef)

Source from the content-addressed store, hash-verified

129 return value
130
131 def visit_inc_ref(self, op: IncRef) -> Value:
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))

Callers

nothing calls this directly

Calls 2

logMethod · 0.95
strClass · 0.85

Tested by

no test coverage detected