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

Method handle_ping

python/ccxt/pro/bitrue.py:743–744  ·  view source on GitHub ↗
(self, client: Client, message)

Source from the content-addressed store, hash-verified

741 return self.safe_string(statuses, status, status)
742
743 def handle_ping(self, client: Client, message):
744 self.spawn(self.pong, client, message)
745
746 async def pong(self, client, message):
747 #

Callers 1

handle_messageMethod · 0.95

Calls 1

spawnMethod · 0.45

Tested by

no test coverage detected