MCPcopy Create free account
hub / github.com/danpaquin/coinbasepro-python / _go

Method _go

cbpro/websocket_client.py:52–55  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

50
51 def start(self):
52 def _go():
53 self._connect()
54 self._listen()
55 self._disconnect()
56
57 self.stop = False
58 self.on_open()

Callers

nothing calls this directly

Calls 3

_connectMethod · 0.95
_listenMethod · 0.95
_disconnectMethod · 0.95

Tested by

no test coverage detected