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

Method select

test/testsocket.py:130–132  ·  view source on GitHub ↗
(sockets, remain=conf.recv_poll_rate)

Source from the content-addressed store, hash-verified

128
129 @staticmethod
130 def select(sockets, remain=conf.recv_poll_rate):
131 # type: (List[SuperSocket], Optional[float]) -> List[SuperSocket]
132 return select_objects(sockets, remain)
133
134
135class UnstableSocket(TestSocket):

Callers

nothing calls this directly

Calls 1

select_objectsFunction · 0.90

Tested by

no test coverage detected