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

Method high_push

scapy/pipetool.py:794–796  ·  view source on GitHub ↗
(self, msg)

Source from the content-addressed store, hash-verified

792 self.q.put(msg)
793
794 def high_push(self, msg):
795 # type: (Any) -> None
796 self.q.put(msg)
797
798 def recv(self, block=True, timeout=None):
799 # type: (bool, Optional[int]) -> Optional[Any]

Callers

nothing calls this directly

Calls 1

putMethod · 0.80

Tested by

no test coverage detected