Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/benoitc/gunicorn
/ write
Function
write
gunicorn/util.py:336–339 ·
view source on GitHub ↗
(sock, data, chunked=False)
Source
from the content-addressed store, hash-verified
334
335
336
def
write(sock, data, chunked=False):
337
if
chunked:
338
return
write_chunk(sock, data)
339
sock.sendall(data)
340
341
342
def
write_nonblock(sock, data, chunked=False):
Callers
1
write_nonblock
Function · 0.85
Calls
2
write_chunk
Function · 0.85
sendall
Method · 0.45
Tested by
no test coverage detected