Method
__exit__
(
self,
exc_type: type[BaseException] | None,
exc_value: BaseException | None,
traceback: TracebackType | None,
)
Source from the content-addressed store, hash-verified
| 151 | self.r = None |
| 152 | |
| 153 | def __exit__( |
| 154 | self, |
| 155 | exc_type: type[BaseException] | None, |
| 156 | exc_value: BaseException | None, |
| 157 | traceback: TracebackType | None, |
| 158 | ) -> None: |
| 159 | self.close_w() |
| 160 | self.close_r() |
| 161 | |
| 162 | def cmd_output_p( |
| 163 | *cmd: str, |
Callers
nothing calls this directly
Tested by
no test coverage detected