Method
__exit__
(self, exc_type, exc_value, exc_tb)
Source from the content-addressed store, hash-verified
| 72 | return self |
| 73 | |
| 74 | def __exit__(self, exc_type, exc_value, exc_tb): |
| 75 | self.close() |
Callers
nothing calls this directly
Tested by
no test coverage detected