Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_to
Method · 0.45
callback
Method · 0.45
Calls
3
setnowrite
Method · 0.95
b
Function · 0.90
send
Method · 0.45
Tested by
no test coverage detected