Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
62
class
ArrayCache(BaseCache):
Callers
1
test_ws_cache
Function · 0.80
Calls
1
getLimit
Method · 0.95
Tested by
1
test_ws_cache
Function · 0.64