MCPcopy 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
162class Inject3Sink(InjectSink):

Callers

nothing calls this directly

Calls 1

sendMethod · 0.45

Tested by

no test coverage detected