Method
__exit__
(
self,
exc_type: type[BaseException] | None,
exc: BaseException | None,
traceback: types.TracebackType | None,
)
Source from the content-addressed store, hash-verified
| 321 | return self |
| 322 | |
| 323 | def __exit__( |
| 324 | self, |
| 325 | exc_type: type[BaseException] | None, |
| 326 | exc: BaseException | None, |
| 327 | traceback: types.TracebackType | None, |
| 328 | ): |
| 329 | self.quit() |
| 330 | |
| 331 | @contextmanager |
| 332 | def file_detector_context(self, file_detector_class, *args, **kwargs): |
Callers
nothing calls this directly
Tested by
no test coverage detected