(self)
| 724 | ThreadableTest.__init__(self) |
| 725 | |
| 726 | def clientSetUp(self): |
| 727 | self.cli = self.newClientSocket() |
| 728 | self.bindClient() |
| 729 | |
| 730 | def newClientSocket(self): |
| 731 | """Return a new socket for use as client.""" |
nothing calls this directly
no test coverage detected