No-op flush implementation.
(self)
| 46 | self.output_buffer.append(data) |
| 47 | |
| 48 | def flush(self) -> None: |
| 49 | """No-op flush implementation.""" |
| 50 | pass |
| 51 | |
| 52 | def readline(self) -> bytes: |
| 53 | """Read a line from the prepared input queue.""" |
no outgoing calls
no test coverage detected