(
self,
typ: "Optional[Type[BaseException]]",
value: Optional[BaseException],
tb: Optional[types.TracebackType],
)
| 564 | await self.acquire() |
| 565 | |
| 566 | async def __aexit__( |
| 567 | self, |
| 568 | typ: "Optional[Type[BaseException]]", |
| 569 | value: Optional[BaseException], |
| 570 | tb: Optional[types.TracebackType], |
| 571 | ) -> None: |
| 572 | self.release() |