MCPcopy Create free account
hub / github.com/secdev/scapy / select

Method select

scapy/arch/libpcap.py:133–135  ·  view source on GitHub ↗
(sockets, remain=None)

Source from the content-addressed store, hash-verified

131
132 @staticmethod
133 def select(sockets, remain=None):
134 # type: (List[SuperSocket], Optional[float]) -> List[SuperSocket]
135 return select_objects(sockets, remain)
136
137 def close(self):
138 # type: () -> None

Callers

nothing calls this directly

Calls 1

select_objectsFunction · 0.90

Tested by

no test coverage detected