Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
kill
Method · 0.95
done
Method · 0.45
Calls
2
gotdata
Method · 0.95
_try_wait
Method · 0.95
Tested by
no test coverage detected