Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/aio-libs/aiohttp
/ __aexit__
Method
__aexit__
aiohttp/client.py:481–482 ·
view source on GitHub ↗
(self, exc_type, exc_val, exc_tb)
Source
from the content-addressed store, hash-verified
479
480
@asyncio.coroutine
481
def
__aexit__(self, exc_type, exc_val, exc_tb):
482
yield
from
self.close()
483
484
if
PY_35:
485
from
collections.abc
import
Coroutine
Callers
nothing calls this directly
Calls
1
close
Method · 0.95
Tested by
no test coverage detected