MCPcopy Index your code
hub / github.com/secdev/scapy / push

Method push

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

Source from the content-addressed store, hash-verified

339 self.fd = fd
340
341 def push(self, msg):
342 # type: (str) -> None
343 self.fd.write(msg)
344
345 def fileno(self):
346 # type: () -> int

Callers

nothing calls this directly

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected