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

Method push

scapy/pipetool.py:408–418  ·  view source on GitHub ↗

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

(self, msg)

Source from the content-addressed store, hash-verified

406 :type name: str
407 """
408 def push(self, msg):
409 # type: (Any) -> None
410 """
411 Called by :py:class:`PipeEngine` when there is a new message for the
412 low entry.
413
414 :param msg: The message data
415 :returns: None
416 :rtype: None
417 """
418 pass
419
420 def high_push(self, msg):
421 # type: (Any) -> None

Callers 1

_sendMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected