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

Method value_is_defined

python/ccxt/base/exchange.py:2030–2031  ·  view source on GitHub ↗
(self, value)

Source from the content-addressed store, hash-verified

2028 return list(value)
2029
2030 def value_is_defined(self, value):
2031 return value is not None
2032
2033 def array_slice(self, array, first, second=None):
2034 return array[first:second] if second else array[first:]

Callers 6

check_proxy_settingsMethod · 0.95
filter_by_limitMethod · 0.95
filter_by_since_limitMethod · 0.95
is_empty_stringMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected