Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/sshuttle/sshuttle
/ pre_select
Method
pre_select
sshuttle/ssnet.py:285–287 ·
view source on GitHub ↗
(self, r, w, x)
Source
from the content-addressed store, hash-verified
283
self.callback = callback
284
285
def
pre_select(self, r, w, x):
286
for
i in self.socks:
287
_add(r, i)
288
289
def
callback(self, sock):
290
log(
'--no callback defined-- %r'
% self)
Callers
nothing calls this directly
Calls
1
_add
Function · 0.85
Tested by
no test coverage detected