MCPcopy Create free account
hub / github.com/apache/tvm / name

Method name

python/tvm/rpc/tracker.py:193–195  ·  view source on GitHub ↗

name of connection

(self)

Source from the content-addressed store, hash-verified

191 self.put_values = []
192
193 def name(self):
194 """name of connection"""
195 return f"TCPSocket: {self._addr!s}"
196
197 def summary(self):
198 """Summary of this connection"""

Callers 3

_init_connMethod · 0.95
on_messageMethod · 0.95
on_errorMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected