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

Method readable

scapy/layers/bluetooth.py:3110–3112  ·  view source on GitHub ↗
(self, timeout=0)

Source from the content-addressed store, hash-verified

3108 s, socket_domain, socket_type, socket_protocol)
3109
3110 def readable(self, timeout=0):
3111 (ins, _, _) = select.select([self.ins], [], [], timeout)
3112 return len(ins) > 0
3113
3114 def flush(self):
3115 while self.readable():

Callers 1

flushMethod · 0.95

Calls 1

selectMethod · 0.45

Tested by

no test coverage detected