MCPcopy Create free account
hub / github.com/apenwarr/sshuttle / noread

Method noread

ssnet.py:478–482  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

476 return 'SW%r:Mux#%d' % (self.peername,self.channel)
477
478 def noread(self):
479 if not self.shut_read:
480 self.shut_read = True
481 self.mux.send(self.channel, CMD_STOP_SENDING, '')
482 self.maybe_close()
483
484 def nowrite(self):
485 if not self.shut_write:

Callers 3

got_packetMethod · 0.95
pre_selectMethod · 0.45
callbackMethod · 0.45

Calls 2

maybe_closeMethod · 0.95
sendMethod · 0.80

Tested by

no test coverage detected