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

Method strip

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

Source from the content-addressed store, hash-verified

1047
1048 @staticmethod
1049 def strip(string):
1050 return string.strip()
1051
1052 @staticmethod
1053 def keysort(dictionary):

Callers 15

test_stripFunction · 0.95
testStripFunction · 0.95
generateResultFromOutputFunction · 0.45
requestMethod · 0.45
requestMethod · 0.45
fetch_web_endpointMethod · 0.45
unpemFunction · 0.45
run_commandFunction · 0.45
git_get_keywordsFunction · 0.45
git_pieces_from_vcsFunction · 0.45
parse_inline_typeMethod · 0.45

Calls

no outgoing calls

Tested by 1

test_stripFunction · 0.76