Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ccxt/ccxt
/ string_to_base64
Method
string_to_base64
python/ccxt/base/exchange.py:1439–1440 ·
view source on GitHub ↗
(s)
Source
from the content-addressed store, hash-verified
1437
1438
@staticmethod
1439
def
string_to_base64(s):
1440
return
Exchange.binary_to_base64(Exchange.encode(s))
1441
1442
@staticmethod
1443
def
base64_to_string(s):
Callers
15
test_string_to_base64
Function · 0.95
string_to_base16
Method · 0.95
sign
Method · 0.80
sign
Method · 0.80
sign
Method · 0.80
sign
Method · 0.80
sign
Method · 0.80
sign
Method · 0.80
sign
Method · 0.80
sign
Method · 0.80
sign
Method · 0.80
sign
Method · 0.80
Calls
2
binary_to_base64
Method · 0.80
encode
Method · 0.45
Tested by
3
test_string_to_base64
Function · 0.76
helper_str_to_binary_5
Function · 0.64
helper_str_to_binary
Function · 0.64