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

Method setnowrite

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

Source from the content-addressed store, hash-verified

536 self.setnowrite()
537
538 def setnowrite(self):
539 if not self.shut_write:
540 debug2('%r: done writing' % self)
541 self.shut_write = True
542 self.maybe_close()
543
544 def maybe_close(self):
545 if self.shut_read and self.shut_write:

Callers 2

nowriteMethod · 0.95
got_packetMethod · 0.95

Calls 2

maybe_closeMethod · 0.95
debug2Function · 0.90

Tested by

no test coverage detected