(self, *args, **kwargs)
| 149 | raise IOError |
| 150 | |
| 151 | def readlines(self, *args, **kwargs): |
| 152 | raise IOError |
| 153 | |
| 154 | def readable(self, *args, **kwargs): |
| 155 | """ Returns True if the IO object can be read. """ |
nothing calls this directly
no outgoing calls
no test coverage detected