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

Method deliver

scapy/pipetool.py:480–488  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

478 ObjectPipe.send(self, (None, None, True))
479
480 def deliver(self):
481 # type: () -> None
482 msg, high, exhaust = self.recv() # type: ignore
483 if exhaust:
484 pass
485 if high:
486 self._high_send(msg)
487 else:
488 self._send(msg)
489
490
491class ThreadGenSource(AutoSource):

Callers

nothing calls this directly

Calls 3

_high_sendMethod · 0.80
recvMethod · 0.45
_sendMethod · 0.45

Tested by

no test coverage detected