MCPcopy Index your code
hub / github.com/ccxt/ccxt / helper_str_to_binary

Function helper_str_to_binary

python/ccxt/test/base/test_binary_to_base64.py:18–19  ·  view source on GitHub ↗
(exchange, str)

Source from the content-addressed store, hash-verified

16import ccxt.async_support as ccxt # noqa: F402
17
18def helper_str_to_binary(exchange, str):
19 return exchange.base64_to_binary(exchange.string_to_base64(str))
20
21
22def test_binary_to_base64():

Callers 1

test_binary_to_base64Function · 0.85

Calls 2

base64_to_binaryMethod · 0.80
string_to_base64Method · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…