MCPcopy Index your code
hub / github.com/SkyworkAI/DeepResearchAgent / on_open

Function on_open

tests/test_binance.py:54–55  ·  view source on GitHub ↗
(ws)

Source from the content-addressed store, hash-verified

52 print("[Spot] WebSocket closed")
53
54 def on_open(ws):
55 print("[Spot] WebSocket opened")
56
57 # Create and start Spot WebSocket
58 ws_client = BinanceSpotWebSocket(

Callers

nothing calls this directly

Calls 1

printFunction · 0.85

Tested by

no test coverage detected