MCPcopy Index your code
hub / github.com/sshuttle/sshuttle / noread

Method noread

sshuttle/ssnet.py:522–525  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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:

Callers 2

pre_selectMethod · 0.45
callbackMethod · 0.45

Calls 3

setnoreadMethod · 0.95
bFunction · 0.90
sendMethod · 0.45

Tested by

no test coverage detected