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

Method push

scapy/scapypipes.py:716–721  ·  view source on GitHub ↗
(self, msg)

Source from the content-addressed store, hash-verified

714 self.low = start_state
715
716 def push(self, msg):
717 # type: (str) -> None
718 if self.low:
719 self._send(msg)
720 else:
721 self._high_send(msg)
722 high_push = push
723
724 def on_trigger(self, msg):

Callers

nothing calls this directly

Calls 2

_high_sendMethod · 0.80
_sendMethod · 0.45

Tested by

no test coverage detected