MCPcopy Index your code
hub / github.com/ccxt/ccxt / assert_static_response_output

Method assert_static_response_output

python/ccxt/test/tests_sync.py:934–935  ·  view source on GitHub ↗
(self, exchange, skip_keys, computed_result, stored_result)

Source from the content-addressed store, hash-verified

932 return True
933
934 def assert_static_response_output(self, exchange, skip_keys, computed_result, stored_result):
935 self.assert_new_and_stored_output(exchange, skip_keys, computed_result, stored_result, False)
936
937 def sanitize_data_input(self, input):
938 # remove nulls and replace with unefined instead

Callers 1

Calls 1

Tested by

no test coverage detected