(self, exc_type, exc_val, traceback)
| 46 | return self |
| 47 | |
| 48 | def __exit__(self, exc_type, exc_val, traceback): |
| 49 | if self.document_shelf is not None: |
| 50 | self.document_shelf.close() |
| 51 | if self.temp_dir is not None: |
| 52 | self.temp_dir.cleanup() |
| 53 | |
| 54 | |
| 55 |
nothing calls this directly
no outgoing calls
no test coverage detected