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

Method wait

ui-macos/main.py:94–98  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

92 return self.rv
93
94 def wait(self):
95 rv = None
96 while rv is None:
97 self.gotdata(None)
98 rv = self._try_wait(os.WNOHANG)
99
100 def poll(self):
101 return self._try_wait(os.WNOHANG)

Callers 3

__del__Method · 0.95
killMethod · 0.95
doneMethod · 0.45

Calls 2

gotdataMethod · 0.95
_try_waitMethod · 0.95

Tested by

no test coverage detected