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

Method setnoread

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

Source from the content-addressed store, hash-verified

525 self.setnoread()
526
527 def setnoread(self):
528 if not self.shut_read:
529 debug2('%r: done reading' % self)
530 self.shut_read = True
531 self.maybe_close()
532
533 def nowrite(self):
534 if not self.shut_write:

Callers 2

noreadMethod · 0.95
got_packetMethod · 0.95

Calls 2

maybe_closeMethod · 0.95
debug2Function · 0.90

Tested by

no test coverage detected