MCPcopy Index your code
hub / github.com/python/cpython / __iter__

Method __iter__

Lib/wsgiref/validate.py:216–218  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

214 return lines
215
216 def __iter__(self):
217 while line := self.readline():
218 yield line
219
220 def close(self):
221 assert_(0, "input.close() must not be called")

Callers

nothing calls this directly

Calls 1

readlineMethod · 0.95

Tested by

no test coverage detected