Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ __exit__
Method
__exit__
Lib/test/test_ssl.py:2794–2798 ·
view source on GitHub ↗
(self, *args)
Source
from the content-addressed store, hash-verified
2792
return
self
2793
2794
def
__exit__(self, *args):
2795
assert self._in_context
2796
self._in_context = False
2797
self.stop()
2798
self.join()
2799
2800
def
start(self, flag=None):
2801
if
not self._in_context:
Callers
nothing calls this directly
Calls
2
stop
Method · 0.95
join
Method · 0.45
Tested by
no test coverage detected