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

Method encode_uri_component

python/ccxt/base/exchange.py:1234–1235  ·  view source on GitHub ↗
(uri, safe="~()*!.'")

Source from the content-addressed store, hash-verified

1232
1233 @staticmethod
1234 def encode_uri_component(uri, safe="~()*!.'"):
1235 return _urlencode.quote(uri, safe=safe)
1236
1237 @staticmethod
1238 def omit(d, *args):

Callers 8

signMethod · 0.80
signMethod · 0.80
signMethod · 0.80
signMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected