Method
__exit__
(self, exc_type, exc_value, traceback)
Source from the content-addressed store, hash-verified
| 717 | return self |
| 718 | |
| 719 | def __exit__(self, exc_type, exc_value, traceback): |
| 720 | self.close() |
Callers
nothing calls this directly
Tested by
no test coverage detected