Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/secdev/scapy
/ _send
Method
_send
scapy/pipetool.py:267–270 ·
view source on GitHub ↗
(self, msg)
Source
from the content-addressed store, hash-verified
265
self.name = name
266
267
def
_send(self, msg):
268
# type: (Any) -> None
269
for
s in self.sinks:
270
s.push(msg)
271
272
def
_high_send(self, msg):
273
# type: (Any) -> None
Callers
15
deliver
Method · 0.45
deliver
Method · 0.45
high_push
Method · 0.45
deliver
Method · 0.45
deliver
Method · 0.45
deliver
Method · 0.45
deliver
Method · 0.45
deliver
Method · 0.45
on_trigger
Method · 0.45
push
Method · 0.45
push
Method · 0.45
push
Method · 0.45
Calls
1
push
Method · 0.45
Tested by
no test coverage detected