Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
RWPair
Class · 0.90
close
Method · 0.80
Tested by
no test coverage detected