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

Method high_push

scapy/pipetool.py:420–430  ·  view source on GitHub ↗

Called by :py:class:`PipeEngine` when there is a new message for the high entry. :param msg: The message data :returns: None :rtype: None

(self, msg)

Source from the content-addressed store, hash-verified

418 pass
419
420 def high_push(self, msg):
421 # type: (Any) -> None
422 """
423 Called by :py:class:`PipeEngine` when there is a new message for the
424 high entry.
425
426 :param msg: The message data
427 :returns: None
428 :rtype: None
429 """
430 pass
431
432 def __lt__(self, other):
433 # type: (_S) -> _S

Callers 1

_high_sendMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected