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

Method select

scapy/supersocket.py:451–454  ·  view source on GitHub ↗
(sockets, remain=None)

Source from the content-addressed store, hash-verified

449 if WINDOWS:
450 @staticmethod
451 def select(sockets, remain=None):
452 # type: (List[SuperSocket], Optional[float]) -> List[SuperSocket]
453 from scapy.automaton import select_objects
454 return select_objects(sockets, remain)
455
456
457class StreamSocket(SimpleSocket):

Callers

nothing calls this directly

Calls 1

select_objectsFunction · 0.90

Tested by

no test coverage detected