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

Method __init__

scapy/scapypipes.py:367–372  ·  view source on GitHub ↗
(self, addr="", port=0, name=None)

Source from the content-addressed store, hash-verified

365 __selectable_force_select__ = True
366
367 def __init__(self, addr="", port=0, name=None):
368 # type: (str, int, Optional[str]) -> None
369 Source.__init__(self, name=name)
370 self.addr = addr
371 self.port = port
372 self.fd = cast(socket.socket, None)
373
374 def start(self):
375 # type: () -> None

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected