MCPcopy
hub / github.com/benoitc/gunicorn / NoMoreData

Class NoMoreData

gunicorn/http/errors.py:16–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14
15
16class NoMoreData(IOError):
17 def __init__(self, buf=None):
18 self.buf = buf
19
20 def __str__(self):
21 return "No more data after: %r" % self.buf
22
23
24class ConfigurationProblem(ParseException):

Callers 4

parse_chunkedMethod · 0.90
get_dataMethod · 0.90
get_dataMethod · 0.90
read_intoMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected