MCPcopy
hub / github.com/benoitc/gunicorn / write

Method write

tests/test_dirty_worker.py:61–62  ·  view source on GitHub ↗
(self, data)

Source from the content-addressed store, hash-verified

59 self.closed = False
60
61 def write(self, data):
62 self._buffer += data
63
64 async def drain(self):
65 # Decode the buffer to extract messages using binary protocol

Callers 11

_make_streamMethod · 0.45
sendMethod · 0.45
create_config_fileFunction · 0.45
test_async_read_writeMethod · 0.45
data_sourceFunction · 0.45
__init__Method · 0.45
sendMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected