Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/apache/tvm
/ name
Method
name
python/tvm/rpc/proxy.py:180–181 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
178
self._init_handler()
179
180
def
name(self):
181
return
f
"WebSocketProxy:{self.rpc_key}"
182
183
def
on_message(self, message):
184
self.on_data(message)
Callers
1
on_close
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected