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

Method encode

python/ccxt/base/exchange.py:1765–1766  ·  view source on GitHub ↗
(string)

Source from the content-addressed store, hash-verified

1763
1764 @staticmethod
1765 def encode(string):
1766 return string.encode('utf-8')
1767
1768 @staticmethod
1769 def decode(string):

Callers 15

test_encodeFunction · 0.95
test_decodeFunction · 0.95
testEncodeFunction · 0.95
testDecodeFunction · 0.95
stringToBinaryMethod · 0.95
signMethod · 0.45
signMethod · 0.45
signMethod · 0.45

Calls

no outgoing calls

Tested by 2

test_encodeFunction · 0.76
test_decodeFunction · 0.76