Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
test_100_status_response_format_valid
Method · 0.45
_make_stream
Method · 0.45
test_http_request_response
Method · 0.45
send
Method · 0.45
create_config_file
Function · 0.45
test_async_read_write
Method · 0.45
test_readline_buffer_loaded
Function · 0.45
test_cleanup_removes_socket
Method · 0.45
data_source
Function · 0.45
__init__
Method · 0.45
send
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected