Method
__exit__
(self, exc_type, exc_val, exc_tb)
Source from the content-addressed store, hash-verified
| 472 | return self |
| 473 | |
| 474 | def __exit__(self, exc_type, exc_val, exc_tb) -> None: |
| 475 | self.close() |
Callers
nothing calls this directly
Tested by
no test coverage detected