(self)
| 713 | ThreadableTest.__init__(self) |
| 714 | |
| 715 | def clientSetUp(self): |
| 716 | self.cli = self.newClientSocket() |
| 717 | self.bindClient() |
| 718 | |
| 719 | def newClientSocket(self): |
| 720 | """Return a new socket for use as client.""" |
nothing calls this directly
no test coverage detected