Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/danpaquin/coinbasepro-python
/ on_open
Method
on_open
cbpro/websocket_client.py:125–127 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
123
self.thread.join()
124
125
def
on_open(self):
126
if
self.should_print:
127
print(
"-- Subscribed! --\n"
)
128
129
def
on_close(self):
130
if
self.should_print:
Callers
1
start
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected