MCPcopy 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_propertiesFunction · 0.95
clean_rest_dataMethod · 0.95
clean_ws_dataMethod · 0.95
set_marketsMethod · 0.95
load_account_settingsMethod · 0.80
load_account_settingsMethod · 0.80
describe_dataMethod · 0.80

Calls

no outgoing calls

Tested by 2

helper_test_propertiesFunction · 0.76