Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ stop
Method
stop
Lib/test/test_asyncio/functional.py:160–162 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
158
class
SocketThread(threading.Thread):
159
160
def
stop(self):
161
self._active = False
162
self.join()
163
164
def
__enter__(self):
165
self.start()
Callers
3
__exit__
Method · 0.95
_abort_socket_test
Method · 0.45
stop
Method · 0.45
Calls
1
join
Method · 0.45
Tested by
no test coverage detected