(self, data)
| 317 | return res |
| 318 | |
| 319 | def writeorg(self, data): |
| 320 | self._assert_state("writeorg", ("started", "suspended")) |
| 321 | self._old.write(data) |
| 322 | self._old.flush() |
| 323 | |
| 324 | |
| 325 | class FDCaptureBinary: |
nothing calls this directly
no test coverage detected