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

Method assert_static_response_output

python/ccxt/test/tests_async.py:937–938  ·  view source on GitHub ↗
(self, exchange, skip_keys, computed_result, stored_result)

Source from the content-addressed store, hash-verified

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

Callers 1

Calls 1

Tested by

no test coverage detected