MCPcopy Index your code
hub / github.com/sshuttle/sshuttle / _fds

Function _fds

sshuttle/ssnet.py:66–74  ·  view source on GitHub ↗
(socks)

Source from the content-addressed store, hash-verified

64
65
66def _fds(socks):
67 out = []
68 for i in socks:
69 try:
70 out.append(i.fileno())
71 except AttributeError:
72 out.append(i)
73 out.sort()
74 return out
75
76
77def _nb_clean(func, *args):

Callers 1

runonceFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected