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

Method handle_ping

python/ccxt/pro/ascendex.py:938–939  ·  view source on GitHub ↗
(self, client: Client, message)

Source from the content-addressed store, hash-verified

936 client.reset(error)
937
938 def handle_ping(self, client: Client, message):
939 self.spawn(self.pong, client, message)
940
941 async def authenticate(self, url, params={}):
942 self.check_required_credentials()

Callers

nothing calls this directly

Calls 1

spawnMethod · 0.45

Tested by

no test coverage detected