(self, payload: bytes, *, flush: bool, timeout: float)
| 75 | self.closed = True |
| 76 | |
| 77 | def write(self, payload: bytes, *, flush: bool, timeout: float) -> None: |
| 78 | self.writes.append(payload) |
| 79 | |
| 80 | def read( |
| 81 | self, |
no outgoing calls
no test coverage detected