(self)
| 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()") |
nothing calls this directly
no outgoing calls
no test coverage detected