Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ clientTearDown
Method
clientTearDown
Lib/test/test_socket.py:472–474 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
470
raise
NotImplementedError(
"clientSetUp must be implemented."
)
471
472
def
clientTearDown(self):
473
self.done.set()
474
thread.exit()
475
476
class
ThreadedTCPSocketTest(SocketTCPTest, ThreadableTest):
477
Callers
13
clientRun
Method · 0.95
clientTearDown
Method · 0.45
clientTearDown
Method · 0.45
clientTearDown
Method · 0.45
clientTearDown
Method · 0.45
clientTearDown
Method · 0.45
clientTearDown
Method · 0.45
clientTearDown
Method · 0.45
clientTearDown
Method · 0.45
clientTearDown
Method · 0.45
clientTearDown
Method · 0.45
clientTearDown
Method · 0.45
Calls
2
set
Method · 0.45
exit
Method · 0.45
Tested by
no test coverage detected