Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/sshuttle/sshuttle
/ __del__
Method
__del__
sshuttle/ssnet.py:515–517 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
513
debug2(
'new channel: %d'
% channel)
514
515
def
__del__(self):
516
self.nowrite()
517
SockWrapper.__del__(self)
518
519
def
__repr__(self):
520
return
'SW%r:Mux#%d'
% (self.peername, self.channel)
Callers
nothing calls this directly
Calls
1
nowrite
Method · 0.95
Tested by
no test coverage detected