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

Method select

scapy/layers/can.py:727–731  ·  view source on GitHub ↗

Emulation of SuperSocket

(sockets, remain=None)

Source from the content-addressed store, hash-verified

725
726 @staticmethod
727 def select(sockets, remain=None):
728 # type: (List[SuperSocket], Optional[int]) -> List[SuperSocket]
729 """Emulation of SuperSocket"""
730 return [s for s in sockets if isinstance(s, CandumpReader) and
731 not s.closed]

Callers 3

readableMethod · 0.45
fragleakFunction · 0.45
get_next_msgMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected