(self, exc_type: Any, exc_val: Any, exc_tb: Any)
| 90 | self._die_lock() |
| 91 | |
| 92 | def __exit__(self, exc_type: Any, exc_val: Any, exc_tb: Any) -> None: |
| 93 | self.close() |
| 94 | |
| 95 | @_csot.apply |
| 96 | def to_list(self, length: Optional[int] = None) -> list[_DocumentType]: |