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/test_ssl.py:1794–1795 ·
view source on GitHub ↗
(self, *exc)
Source
from the content-addressed store, hash-verified
1792
return
self
1793
1794
def
__exit__(self, *exc):
1795
self.stop()
1796
1797
1798
class
TestThreadedClient(SocketThread):
Callers
nothing calls this directly
Calls
1
stop
Method · 0.95
Tested by
no test coverage detected