MCPcopy Index your code
hub / github.com/apache/tvm / name

Method name

python/tvm/rpc/proxy.py:154–155  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

152 self.addr = addr
153
154 def name(self):
155 return f"TCPSocketProxy:{self.addr[0]!s}:{self.rpc_key}"
156
157 def send_data(self, message, binary=True):
158 self.write_message(message, True)

Callers 7

on_closeMethod · 0.95
bind_assign_valueFunction · 0.45
visit_expr_stmtFunction · 0.45
_pair_upMethod · 0.45
cleanupMethod · 0.45
handler_readyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected