Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_strip
Function · 0.95
testStrip
Function · 0.95
generateResultFromOutput
Function · 0.45
request
Method · 0.45
request
Method · 0.45
fetch_web_endpoint
Method · 0.45
unpem
Function · 0.45
run_command
Function · 0.45
git_get_keywords
Function · 0.45
git_versions_from_keywords
Function · 0.45
git_pieces_from_vcs
Function · 0.45
parse_inline_type
Method · 0.45
Calls
no outgoing calls
Tested by
1
test_strip
Function · 0.76