Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ __exit__
Method
__exit__
Lib/asyncio/runners.py:62–63 ·
view source on GitHub ↗
(self, exc_type, exc_val, exc_tb)
Source
from the content-addressed store, hash-verified
60
return
self
61
62
def
__exit__(self, exc_type, exc_val, exc_tb):
63
self.close()
64
65
def
close(self):
66
""
"Shutdown and close event loop."
""
Callers
nothing calls this directly
Calls
1
close
Method · 0.95
Tested by
no test coverage detected