Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ccxt/ccxt
/ in_array
Method
in_array
python/ccxt/base/exchange.py:1159–1160 ·
view source on GitHub ↗
(needle, haystack)
Source
from the content-addressed store, hash-verified
1157
1158
@staticmethod
1159
def
in_array(needle, haystack):
1160
return
needle in haystack
1161
1162
@staticmethod
1163
def
is_empty(obj):
Callers
15
helper_test_init_throttler
Function · 0.95
test_to_array
Function · 0.95
test_in_array
Function · 0.95
features_mapper
Method · 0.95
parse_leverage_tiers
Method · 0.95
filter_by_array
Method · 0.95
filter_out_by_array
Method · 0.95
handle_trigger_direction_and_params
Method · 0.95
check_required_argument
Method · 0.95
parse_deposit_withdraw_fees
Method · 0.95
remove_keys_from_dict
Method · 0.95
parse_margin_modes
Method · 0.95
Calls
no outgoing calls
Tested by
15
helper_test_init_throttler
Function · 0.76
test_to_array
Function · 0.76
test_in_array
Function · 0.76
test_method
Method · 0.64
get_skips
Method · 0.64
assert_new_and_stored_output_inner
Method · 0.64
test_method
Method · 0.64
get_skips
Method · 0.64
assert_new_and_stored_output_inner
Method · 0.64
test_fetch_currencies
Function · 0.64
tco_try_cancel_order
Function · 0.64
test_options_networks
Function · 0.64