MCPcopy Create free account
hub / github.com/sammchardy/python-binance / _get_socket

Method _get_socket

binance/ws/depthcache.py:435–436  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

433
434class OptionsDepthCacheManager(BaseDepthCacheManager):
435 def _get_socket(self):
436 return self._bm.options_depth_socket(self._symbol)
437
438
439class ThreadedDepthCacheManager(ThreadedApiManager):

Callers

nothing calls this directly

Calls 1

options_depth_socketMethod · 0.80

Tested by

no test coverage detected