MCPcopy
hub / github.com/aio-libs/aiohttp / __exit__

Method __exit__

aiohttp/client.py:472–473  ·  view source on GitHub ↗
(self, exc_type, exc_val, exc_tb)

Source from the content-addressed store, hash-verified

470 return self
471
472 def __exit__(self, exc_type, exc_val, exc_tb):
473 self.close()
474
475 if PY_35:
476 @asyncio.coroutine

Callers

nothing calls this directly

Calls 1

closeMethod · 0.95

Tested by

no test coverage detected