Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ clientTearDown
Method
clientTearDown
Lib/test/test_socket.py:470–472 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
468
raise
NotImplementedError(
"clientSetUp must be implemented."
)
469
470
def
clientTearDown(self):
471
self.done.set()
472
thread.exit()
473
474
class
ThreadedTCPSocketTest(SocketTCPTest, ThreadableTest):
475
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