Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ccxt/ccxt
/ binary_to_string
Method
binary_to_string
python/ccxt/base/exchange.py:1405–1406 ·
view source on GitHub ↗
(buff: bytes)
Source
from the content-addressed store, hash-verified
1403
1404
@staticmethod
1405
def
binary_to_string(buff: bytes) -> str:
1406
return
buff.decode(
'utf-8'
)
1407
1408
@staticmethod
1409
def
binary_concat(*args):
Callers
1
test_binary_concat
Function · 0.95
Calls
1
decode
Method · 0.45
Tested by
1
test_binary_concat
Function · 0.76