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

Method push

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

Source from the content-addressed store, hash-verified

788 self.q: queue.Queue[Any] = queue.Queue()
789
790 def push(self, msg):
791 # type: (Any) -> None
792 self.q.put(msg)
793
794 def high_push(self, msg):
795 # type: (Any) -> None

Callers

nothing calls this directly

Calls 1

putMethod · 0.80

Tested by

no test coverage detected