Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ __exit__
Method
__exit__
Lib/test/test_asyncio/functional.py:168–169 ·
view source on GitHub ↗
(self, *exc)
Source
from the content-addressed store, hash-verified
166
return
self
167
168
def
__exit__(self, *exc):
169
self.stop()
170
171
172
class
TestThreadedClient(SocketThread):
Callers
nothing calls this directly
Calls
1
stop
Method · 0.95
Tested by
no test coverage detected