Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/sshuttle/sshuttle
/ close
Method
close
sshuttle/helpers.py:299–304 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
297
self.flush = w.flush
298
299
def
close(self):
300
for
f in self.r, self.w:
301
try
:
302
f.close()
303
except
Exception:
304
pass
305
306
307
class
SocketRWShim:
Callers
15
test_send_udp
Function · 0.80
daemonize
Function · 0.80
preexec_fn
Method · 0.80
get_pfile
Method · 0.80
done
Method · 0.80
onaccept_tcp
Function · 0.80
rewrite_etc_hosts
Function · 0.80
_setup_daemon_for_windows
Function · 0.80
close_stdin
Function · 0.80
preexec_fn
Function · 0.80
connect
Function · 0.80
get_server_io
Function · 0.80
Calls
no outgoing calls
Tested by
1
test_send_udp
Function · 0.64