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

Method data_received

src/websockets/cli.py:68–70  ·  view source on GitHub ↗
(self, data: bytes)

Source from the content-addressed store, hash-verified

66 next(self.parser)
67
68 def data_received(self, data: bytes) -> None:
69 self.reader.feed_data(data)
70 next(self.parser)
71
72 def eof_received(self) -> None:
73 self.reader.feed_eof()

Callers

nothing calls this directly

Calls 1

feed_dataMethod · 0.45

Tested by

no test coverage detected