(self)
| 43 | return self.document_shelf[str(item)] |
| 44 | |
| 45 | def __enter__(self): |
| 46 | return self |
| 47 | |
| 48 | def __exit__(self, exc_type, exc_val, traceback): |
| 49 | if self.document_shelf is not None: |
nothing calls this directly
no outgoing calls
no test coverage detected