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