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

Method makefiles

sshuttle/helpers.py:347–348  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

345 self._t2 = threading.Thread(target=stream_sock_to_writer, name='stream_sock_to_writer', daemon=True).start()
346
347 def makefiles(self):
348 return self._s2.makefile("rb", buffering=0), self._s2.makefile("wb", buffering=0)

Callers 2

get_server_ioFunction · 0.95
mainFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected