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

Method connection_made

src/websockets/cli.py:64–66  ·  view source on GitHub ↗
(self, transport: asyncio.BaseTransport)

Source from the content-addressed store, hash-verified

62 self.messages.put(line.decode().rstrip("\r\n"))
63
64 def connection_made(self, transport: asyncio.BaseTransport) -> None:
65 self.parser = self.parse()
66 next(self.parser)
67
68 def data_received(self, data: bytes) -> None:
69 self.reader.feed_data(data)

Callers

nothing calls this directly

Calls 1

parseMethod · 0.95

Tested by

no test coverage detected