Close the mock socket file.
(self)
| 56 | return self.input_queue.pop(0) |
| 57 | |
| 58 | def close(self) -> None: |
| 59 | """Close the mock socket file.""" |
| 60 | pass |
| 61 | |
| 62 | def add_input(self, data: dict) -> None: |
| 63 | """Add input that will be returned by readline.""" |
no outgoing calls
no test coverage detected