Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/apache/tvm
/ __del__
Method
__del__
python/tvm/rpc/proxy.py:71–72 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
69
self.alloc_time = None
70
71
def
__del__(self):
72
logging.info(
"Delete %s..."
, self.name())
73
74
def
name(self):
75
""
"Name of this connection."
""
Callers
nothing calls this directly
Calls
2
name
Method · 0.95
info
Method · 0.80
Tested by
no test coverage detected