Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ccxt/ccxt
/ sum
Method
sum
python/ccxt/base/exchange.py:1257–1262 ·
view source on GitHub ↗
(*args)
Source
from the content-addressed store, hash-verified
1255
1256
@staticmethod
1257
def
sum(*args):
1258
total = 0
1259
for
arg in args:
1260
if
isinstance(arg, (int, float)):
1261
total += arg
1262
return
total
1263
1264
1265
@staticmethod
Callers
15
fetch_paginated_call_deterministic
Method · 0.95
test_sum
Function · 0.95
build_ohlcvc
Method · 0.95
fetch_paginated_call_deterministic
Method · 0.95
testSum
Function · 0.95
buildOHLCVC
Method · 0.95
fetchPaginatedCallDeterministic
Method · 0.95
fetch_ohlcv
Method · 0.45
parse_market_leverage_tiers
Method · 0.45
fetch_ohlcv
Method · 0.45
fetch_funding_rate_history
Method · 0.45
fetch_hip3_markets
Method · 0.45
Calls
no outgoing calls
Tested by
5
test_sum
Function · 0.76
get_number_of_tests_from_exchange
Method · 0.36
run_static_tests
Method · 0.36
get_number_of_tests_from_exchange
Method · 0.36
run_static_tests
Method · 0.36