Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ccxt/ccxt
/ create_safe_dictionary
Method
create_safe_dictionary
python/ccxt/base/exchange.py:2063–2064 ·
view source on GitHub ↗
(self, isWs=False)
Source
from the content-addressed store, hash-verified
2061
self.options = self.extend(self.options, newOptions)
2062
2063
def
create_safe_dictionary(self, isWs=False):
2064
return
{}
2065
2066
def
convert_to_safe_dictionary(self, dictionary):
2067
return
dictionary
Callers
15
helper_test_handle_network_request
Function · 0.95
helper_test_properties
Function · 0.95
clean_rest_data
Method · 0.95
clean_ws_data
Method · 0.95
set_markets
Method · 0.95
load_leverage_brackets
Method · 0.80
load_account_settings
Method · 0.80
load_leverage_brackets
Method · 0.80
load_leverage_brackets
Method · 0.80
load_account_settings
Method · 0.80
load_leverage_brackets
Method · 0.80
describe_data
Method · 0.80
Calls
no outgoing calls
Tested by
2
helper_test_handle_network_request
Function · 0.76
helper_test_properties
Function · 0.76