MCPcopy
hub / github.com/pyodide/pyodide / data_received

Method data_received

src/tests/test_python_socket.py:853–854  ·  view source on GitHub ↗
(self, data)

Source from the content-addressed store, hash-verified

851 self.done = asyncio.get_event_loop().create_future()
852
853 def data_received(self, data):
854 self.received.extend(data)
855
856 def connection_lost(self, exc):
857 self.lost_exc = repr(exc)

Callers

nothing calls this directly

Calls 1

extendMethod · 0.80

Tested by

no test coverage detected