Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/secdev/scapy
/ push
Method
push
scapy/scapypipes.py:157–159 ·
view source on GitHub ↗
(self, msg)
Source
from the content-addressed store, hash-verified
155
self.s.close()
156
157
def
push(self, msg):
158
# type: (Packet) -> None
159
self.s.send(msg)
160
161
162
class
Inject3Sink(InjectSink):
Callers
nothing calls this directly
Calls
1
send
Method · 0.45
Tested by
no test coverage detected