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

Method __init__

scapy/scapypipes.py:267–270  ·  view source on GitHub ↗
(self, name=None, linktype=None, args=None)

Source from the content-addressed store, hash-verified

265 """
266
267 def __init__(self, name=None, linktype=None, args=None):
268 # type: (Optional[Any], Optional[int], Optional[List[str]]) -> None
269 WrpcapSink.__init__(self, fname="", name=name, linktype=linktype)
270 self.args = args
271
272 def start(self):
273 # type: () -> None

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected