(self)
| 795 | self.suspend_global_capture(in_) |
| 796 | |
| 797 | def resume(self) -> None: |
| 798 | self.resume_global_capture() |
| 799 | self.resume_fixture() |
| 800 | |
| 801 | def read_global_capture(self) -> CaptureResult[str]: |
| 802 | assert self._global_capturing is not None |
nothing calls this directly
no test coverage detected