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

Method select

scapy/utils.py:1539–1543  ·  view source on GitHub ↗
(sockets,  # type: List[SuperSocket]
               remain=None,  # type: Optional[float]
               )

Source from the content-addressed store, hash-verified

1537 # emulate SuperSocket
1538 @staticmethod
1539 def select(sockets, # type: List[SuperSocket]
1540 remain=None, # type: Optional[float]
1541 ):
1542 # type: (...) -> List[SuperSocket]
1543 return sockets
1544
1545
1546class PcapReader(RawPcapReader):

Callers 1

handlerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected