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

Method nowrite

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

Source from the content-addressed store, hash-verified

531 self.maybe_close()
532
533 def nowrite(self):
534 if not self.shut_write:
535 self.mux.send(self.channel, CMD_TCP_EOF, b(''))
536 self.setnowrite()
537
538 def setnowrite(self):
539 if not self.shut_write:

Callers 3

__del__Method · 0.95
copy_toMethod · 0.45
callbackMethod · 0.45

Calls 3

setnowriteMethod · 0.95
bFunction · 0.90
sendMethod · 0.45

Tested by

no test coverage detected