(self, exc_type, exc, traceback)
| 13 | return self |
| 14 | |
| 15 | async def __aexit__(self, exc_type, exc, traceback): |
| 16 | return False |
| 17 | |
| 18 | async def head_object(self, **kwargs): |
| 19 | self.head_calls += 1 |
nothing calls this directly
no outgoing calls
no test coverage detected