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

Method _high_send

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

Source from the content-addressed store, hash-verified

270 s.push(msg)
271
272 def _high_send(self, msg):
273 # type: (Any) -> None
274 for s in self.high_sinks:
275 s.high_push(msg)
276
277 def _trigger(self, msg=None):
278 # type: (Any) -> None

Callers 12

pushMethod · 0.80
deliverMethod · 0.80
deliverMethod · 0.80
on_triggerMethod · 0.80
high_pushMethod · 0.80
high_pushMethod · 0.80
on_triggerMethod · 0.80
pushMethod · 0.80
high_pushMethod · 0.80
deliverMethod · 0.80
high_pushMethod · 0.80
pushMethod · 0.80

Calls 1

high_pushMethod · 0.45

Tested by

no test coverage detected