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

Method log

python/ccxt/base/exchange.py:574–575  ·  view source on GitHub ↗
(self, *args)

Source from the content-addressed store, hash-verified

572 return self.set_headers(headers)
573
574 def log(self, *args):
575 print(*args)
576
577 def on_rest_response(self, code, reason, url, method, response_headers, response_body, request_headers, request_body):
578 return response_body.strip()

Callers 15

fetchMethod · 0.95
fetch2Method · 0.95
fetchMethod · 0.95
fetch2Method · 0.95
is_primeFunction · 0.45
bits_and_bytesFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected