Method
__exit__
(self, exc_type, exc_val, exc_tb)
Source from the content-addressed store, hash-verified
| 276 | return self |
| 277 | |
| 278 | def __exit__(self, exc_type, exc_val, exc_tb): |
| 279 | self.stop() |
Callers
nothing calls this directly
Tested by
no test coverage detected