Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/benoitc/gunicorn
/ sendall
Method
sendall
tests/test_early_hints.py:80–83 ·
view source on GitHub ↗
(self, data)
Source
from the content-addressed store, hash-verified
78
self._closed = False
79
80
def
sendall(self, data):
81
if
self._closed:
82
raise
OSError(
"Socket is closed"
)
83
self._sent.extend(data)
84
85
def
send(self, data):
86
if
self._closed:
Callers
15
write_chunk
Function · 0.45
write
Function · 0.45
sd_notify
Function · 0.45
sendfile
Method · 0.45
write_message
Method · 0.45
_send_pending_data
Method · 0.45
write_message
Method · 0.45
make_request
Function · 0.45
make_request
Function · 0.45
test_http_header_encoding
Function · 0.45
create_h2_connection
Function · 0.45
h2_request
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected