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

Method push

scapy/scapypipes.py:384–386  ·  view source on GitHub ↗
(self, msg)

Source from the content-addressed store, hash-verified

382 self.fd.close()
383
384 def push(self, msg):
385 # type: (bytes) -> None
386 self.fd.send(msg)
387
388 def fileno(self):
389 # type: () -> int

Callers

nothing calls this directly

Calls 1

sendMethod · 0.45

Tested by

no test coverage detected