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

Method __aenter__

gunicorn/dirty/client.py:333–335  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

331 self.close()
332
333 async def __aenter__(self):
334 await self.connect_async()
335 return self
336
337 async def __aexit__(self, exc_type, exc_val, exc_tb):
338 await self.close_async()

Callers

nothing calls this directly

Calls 1

connect_asyncMethod · 0.95

Tested by

no test coverage detected