(self)
| 668 | pass |
| 669 | |
| 670 | def clientTearDown(self): |
| 671 | if self.cli: |
| 672 | self.cli.close() |
| 673 | self.cli = None |
| 674 | ThreadableTest.clientTearDown(self) |
| 675 | |
| 676 | |
| 677 | # The following classes are used by the sendmsg()/recvmsg() tests. |
nothing calls this directly
no test coverage detected