MCPcopy 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

clientRunMethod · 0.95
clientSetUpMethod · 0.45
clientSetUpMethod · 0.45
clientSetUpMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected