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

Method get_pfile

sshuttle/client.py:296–298  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

294 s2.close()
295
296 def get_pfile():
297 s1.close()
298 return s2.makefile('rwb')
299
300 else:
301 # In Windows CPython, BSD sockets are not supported as subprocess stdio.

Callers

nothing calls this directly

Calls 2

RWPairClass · 0.90
closeMethod · 0.80

Tested by

no test coverage detected