Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/sshuttle/sshuttle
/ done
Method
done
sshuttle/client.py:463–467 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
461
self.pfile.flush()
462
463
def
done(self):
464
self.pfile.close()
465
rv = self.p.wait()
466
if
rv:
467
raise
Fatal(
'cleanup: %r returned %d'
% (self.argv, rv))
468
469
470
dnsreqs = {}
Callers
1
main
Function · 0.95
Calls
2
Fatal
Class · 0.90
close
Method · 0.80
Tested by
no test coverage detected