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

Method __init__

sshuttle/ssnet.py:302–306  ·  view source on GitHub ↗
(self, wrap1, wrap2)

Source from the content-addressed store, hash-verified

300class Proxy(Handler):
301
302 def __init__(self, wrap1, wrap2):
303 Handler.__init__(self, [wrap1.rsock, wrap1.wsock,
304 wrap2.rsock, wrap2.wsock])
305 self.wrap1 = wrap1
306 self.wrap2 = wrap2
307
308 def pre_select(self, r, w, x):
309 if self.wrap1.shut_write:

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected