MCPcopy Create free account
hub / github.com/pytest-dev/pytest / __iter__

Method __iter__

src/_pytest/capture.py:200–201  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

198 __next__ = read
199
200 def __iter__(self):
201 return self
202
203 def fileno(self) -> int:
204 raise UnsupportedOperation("redirected stdin is pseudofile, has no fileno()")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected