(self)
| 657 | pass |
| 658 | |
| 659 | def clientTearDown(self): |
| 660 | if self.cli: |
| 661 | self.cli.close() |
| 662 | self.cli = None |
| 663 | ThreadableTest.clientTearDown(self) |
| 664 | |
| 665 | |
| 666 | # The following classes are used by the sendmsg()/recvmsg() tests. |
nothing calls this directly
no test coverage detected