Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/benoitc/gunicorn
/ write
Method
write
tests/dirty/test_worker_streaming.py:31–32 ·
view source on GitHub ↗
(self, data)
Source
from the content-addressed store, hash-verified
29
self._buffer = b
""
30
31
def
write(self, data):
32
self._buffer += data
33
34
async
def
drain(self):
35
# Decode the buffer to extract messages using binary protocol
Callers
1
main
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected