MCPcopy
hub / github.com/aio-libs/aiohttp / feed_data

Method feed_data

aiohttp/parsers.py:355–357  ·  view source on GitHub ↗
(self, data)

Source from the content-addressed store, hash-verified

353 raise helper.exception
354
355 def feed_data(self, data):
356 if not self._helper.exception:
357 self._writer.send(data)
358
359 def read(self, size):
360 """read() reads specified amount of bytes."""

Callers

nothing calls this directly

Calls 1

sendMethod · 0.45

Tested by

no test coverage detected