MCPcopy Create free account
hub / github.com/apenwarr/sshuttle / done

Method done

client.py:171–177  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

169 self.pfile.flush()
170
171 def done(self):
172 self.pfile.close()
173 rv = self.p.wait()
174 if rv == EXITCODE_NEEDS_REBOOT:
175 raise FatalNeedsReboot()
176 elif rv:
177 raise Fatal('cleanup: %r returned %d' % (self.argv, rv))
178
179
180def onaccept(listener, mux, handlers):

Callers 1

mainFunction · 0.95

Calls 3

FatalNeedsRebootClass · 0.85
FatalClass · 0.85
waitMethod · 0.45

Tested by

no test coverage detected