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

Method __next__

gunicorn/http/body.py:194–198  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

192 return self
193
194 def __next__(self):
195 ret = self.readline()
196 if not ret:
197 raise StopIteration()
198 return ret
199
200 next = __next__
201

Callers

nothing calls this directly

Calls 1

readlineMethod · 0.95

Tested by

no test coverage detected