MCPcopy 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
470dnsreqs = {}

Callers 1

mainFunction · 0.95

Calls 2

FatalClass · 0.90
closeMethod · 0.80

Tested by

no test coverage detected