Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/benoitc/gunicorn
/ write_file
Method
write_file
gunicorn/http/wsgi.py:480–483 ·
view source on GitHub ↗
(self, respiter)
Source
from the content-addressed store, hash-verified
478
return
True
479
480
def
write_file(self, respiter):
481
if
not self.sendfile(respiter):
482
for
item in respiter:
483
self.write(item)
484
485
def
close(self):
486
if
not self.headers_sent:
Callers
3
handle_request
Method · 0.80
handle_request
Method · 0.80
handle_request
Method · 0.80
Calls
2
sendfile
Method · 0.95
write
Method · 0.95
Tested by
no test coverage detected