(self, exc_type, exc_val, exc_tb)
| 335 | return self |
| 336 | |
| 337 | async def __aexit__(self, exc_type, exc_val, exc_tb): |
| 338 | await self.close_async() |
| 339 | |
| 340 | |
| 341 | # ============================================================================= |
nothing calls this directly
no test coverage detected