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

Method __del__

python/tvm/rpc/tracker.py:519–523  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

517 self.proc = None
518
519 def __del__(self):
520 try:
521 self.terminate()
522 except TypeError:
523 pass

Callers

nothing calls this directly

Calls 1

terminateMethod · 0.95

Tested by

no test coverage detected