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

Method push

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

Source from the content-addressed store, hash-verified

856 """
857
858 def push(self, msg):
859 # type: (Any) -> None
860 self._high_send(msg)
861
862 def high_push(self, msg):
863 # type: (Any) -> None

Callers

nothing calls this directly

Calls 1

_high_sendMethod · 0.80

Tested by

no test coverage detected