MCPcopy Create free account
hub / github.com/apenwarr/sshuttle / __del__

Method __del__

ssnet.py:471–473  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

469 debug2('new channel: %d\n' % channel)
470
471 def __del__(self):
472 self.nowrite()
473 SockWrapper.__del__(self)
474
475 def __repr__(self):
476 return 'SW%r:Mux#%d' % (self.peername,self.channel)

Callers

nothing calls this directly

Calls 1

nowriteMethod · 0.95

Tested by

no test coverage detected