MCPcopy Index your code
hub / github.com/secdev/scapy / select

Method select

scapy/arch/windows/native.py:230–232  ·  view source on GitHub ↗
(sockets, remain=None)

Source from the content-addressed store, hash-verified

228
229 @staticmethod
230 def select(sockets, remain=None):
231 # type: (List[SuperSocket], Optional[float]) -> List[SuperSocket]
232 return select_objects(sockets, remain)
233
234
235class L3WinSocket6(L3WinSocket):

Callers

nothing calls this directly

Calls 1

select_objectsFunction · 0.90

Tested by

no test coverage detected