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

Method push

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

Source from the content-addressed store, hash-verified

524 self.fd.bind((self.addr, self.port))
525
526 def push(self, msg):
527 # type: (bytes) -> None
528 if self._destination:
529 self.fd.sendto(msg, self._destination)
530 else:
531 self.q.put(msg)
532
533 def deliver(self):
534 # type: () -> None

Callers

nothing calls this directly

Calls 1

putMethod · 0.80

Tested by

no test coverage detected