Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ clientSetUp
Method
clientSetUp
Lib/test/test_socket.py:469–470 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
467
self.clientTearDown()
468
469
def
clientSetUp(self):
470
raise
NotImplementedError(
"clientSetUp must be implemented."
)
471
472
def
clientTearDown(self):
473
self.done.set()
Callers
4
clientRun
Method · 0.95
clientSetUp
Method · 0.45
clientSetUp
Method · 0.45
clientSetUp
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected