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

Method visit_call

mypyc/transform/log_trace.py:77–79  ·  view source on GitHub ↗
(self, op: Call)

Source from the content-addressed store, hash-verified

75 self.fullname = fullname.encode("utf-8")
76
77 def visit_call(self, op: Call) -> Value:
78 # TODO: Use different op name when constructing an instance
79 return self.log(op, "call", op.fn.fullname)
80
81 def visit_primitive_op(self, op: PrimitiveOp) -> Value:
82 value = self.log(op, "primitive_op", op.desc.name)

Callers

nothing calls this directly

Calls 1

logMethod · 0.95

Tested by

no test coverage detected