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/test_ssl.py:1786–1788 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1784
class
SocketThread(threading.Thread):
1785
1786
def
stop(self):
1787
self._active = False
1788
self.join()
1789
1790
def
__enter__(self):
1791
self.start()
Callers
15
__exit__
Method · 0.95
_abort_socket_test
Method · 0.45
test_create_server_ssl_1
Method · 0.45
test_create_server_ssl_over_ssl
Method · 0.45
stop
Method · 0.45
cb
Method · 0.45
callback
Method · 0.45
writer
Method · 0.45
my_handler
Method · 0.45
main
Method · 0.45
test_read_self_pipe_restart
Method · 0.45
test_loop_restart
Method · 0.45
Calls
1
join
Method · 0.45
Tested by
no test coverage detected