Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/tvm
/ __del__
Method
__del__
python/tvm/rpc/server.py:555–559 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
553
self.proc = None
554
555
def
__del__(self):
556
try
:
557
self.terminate()
558
except
ImportError:
559
pass
Callers
nothing calls this directly
Calls
1
terminate
Method · 0.95
Tested by
no test coverage detected