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

Function append

tests/test_web_exceptions.py:28–30  ·  view source on GitHub ↗
(data=b"")

Source from the content-addressed store, hash-verified

26 writer.drain.return_value = ()
27
28 def append(data=b""):
29 buf.extend(data)
30 return helpers.noop()
31
32 async def write_headers(status_line, headers):
33 headers = (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…