(self)
| 520 | return 'SW%r:Mux#%d' % (self.peername, self.channel) |
| 521 | |
| 522 | def noread(self): |
| 523 | if not self.shut_read: |
| 524 | self.mux.send(self.channel, CMD_TCP_STOP_SENDING, b('')) |
| 525 | self.setnoread() |
| 526 | |
| 527 | def setnoread(self): |
| 528 | if not self.shut_read: |
no test coverage detected