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

Method __init__

scapy/scapypipes.py:142–147  ·  view source on GitHub ↗
(self, iface=None, name=None)

Source from the content-addressed store, hash-verified

140 """
141
142 def __init__(self, iface=None, name=None):
143 # type: (Optional[_GlobInterfaceType], Optional[str]) -> None
144 Sink.__init__(self, name=name)
145 if iface is None:
146 iface = conf.iface
147 self.iface = iface
148
149 def start(self):
150 # type: () -> None

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected