MCPcopy Index your code
hub / github.com/apache/tvm / __init__

Method __init__

python/tvm/rpc/proxy.py:176–178  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

174 """Handler for websockets."""
175
176 def __init__(self, *args, **kwargs):
177 super().__init__(*args, **kwargs)
178 self._init_handler()
179
180 def name(self):
181 return f"WebSocketProxy:{self.rpc_key}"

Callers

nothing calls this directly

Calls 2

_init_handlerMethod · 0.80
__init__Method · 0.45

Tested by

no test coverage detected