MCPcopy Create free account
hub / github.com/ccxt/ccxt / get_limit

Method get_limit

python/ccxt/async_support/base/ws/cache.py:58–59  ·  view source on GitHub ↗
(self, symbol, limit)

Source from the content-addressed store, hash-verified

56
57 # support transpiled snake_case calls
58 def get_limit(self, symbol, limit):
59 return self.getLimit(symbol, limit)
60
61
62class ArrayCache(BaseCache):

Callers 1

test_ws_cacheFunction · 0.80

Calls 1

getLimitMethod · 0.95

Tested by 1

test_ws_cacheFunction · 0.64