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

Method __init__

scapy/pipetool.py:785–788  ·  view source on GitHub ↗
(self, name=None)

Source from the content-addressed store, hash-verified

783 """
784
785 def __init__(self, name=None):
786 # type: (Optional[str]) -> None
787 Sink.__init__(self, name=name)
788 self.q: queue.Queue[Any] = queue.Queue()
789
790 def push(self, msg):
791 # type: (Any) -> None

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected