(self, hint: int = 0)
| 90 | raise io.UnsupportedOperation |
| 91 | |
| 92 | def readlines(self, hint: int = 0) -> list[str]: |
| 93 | raise io.UnsupportedOperation |
| 94 | |
| 95 | def seek(self, offset: int, whence: int = 0) -> int: |
| 96 | raise io.UnsupportedOperation |
no outgoing calls
no test coverage detected