MCPcopy Create free account
hub / github.com/python-websockets/websockets / ping

Method ping

tests/legacy/test_protocol.py:1320–1321  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1318 self.restart_protocol_with_keepalive_ping()
1319
1320 async def ping():
1321 raise Exception("BOOM")
1322
1323 self.protocol.ping = ping
1324

Calls

no outgoing calls

Tested by

no test coverage detected