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

Method __exit__

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

Source from the content-addressed store, hash-verified

328 return self
329
330 def __exit__(self, exc_type, exc_val, exc_tb):
331 self.close()
332
333 async def __aenter__(self):
334 await self.connect_async()

Callers

nothing calls this directly

Calls 1

closeMethod · 0.95

Tested by

no test coverage detected