MCPcopy
hub / github.com/benoitc/gunicorn / __aexit__

Method __aexit__

gunicorn/dirty/client.py:337–338  ·  view source on GitHub ↗
(self, exc_type, exc_val, exc_tb)

Source from the content-addressed store, hash-verified

335 return self
336
337 async def __aexit__(self, exc_type, exc_val, exc_tb):
338 await self.close_async()
339
340
341# =============================================================================

Callers

nothing calls this directly

Calls 1

close_asyncMethod · 0.95

Tested by

no test coverage detected