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

Method __del__

python/tvm/rpc/proxy.py:660–664  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

658 self.proc = None
659
660 def __del__(self):
661 try:
662 self.terminate()
663 except ImportError:
664 pass
665
666
667def websocket_proxy_server(url, key=""):

Callers

nothing calls this directly

Calls 1

terminateMethod · 0.95

Tested by

no test coverage detected