MCPcopy Index your code
hub / github.com/python-websockets/websockets / handler

Method handler

src/websockets/asyncio/router.py:217–219  ·  view source on GitHub ↗

Handle a connection.

(self, connection: ServerConnection)

Source from the content-addressed store, hash-verified

215 return None
216
217 async def handler(self, connection: ServerConnection) -> None:
218 """Handle a connection."""
219 return await connection.handler(connection, **connection.handler_kwargs)

Callers 1

conn_handlerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected