Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/apache/tvm
/ __del__
Method
__del__
python/tvm/support/popen_pool.py:122–126 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
120
raise
TypeError(
"initializer must be callable for PopenWorker"
)
121
122
def
__del__(self):
123
try
:
124
self.kill()
125
except
ImportError:
126
pass
127
128
def
kill(self):
129
""
"Kill the current running process and cleanup.
Callers
nothing calls this directly
Calls
1
kill
Method · 0.95
Tested by
no test coverage detected