Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/benoitc/gunicorn
/ chunk
Method
chunk
gunicorn/http/unreader.py:16–17 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
14
self.buf = io.BytesIO()
15
16
def
chunk(self):
17
raise
NotImplementedError()
18
19
def
read(self, size=None):
20
if
size is not None and not isinstance(size, int):
Callers
1
read
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected