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

Method __init__

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

Source from the content-addressed store, hash-verified

514 """
515
516 def __init__(self, addr="", port=0, name=None):
517 # type: (str, int, Optional[str]) -> None
518 TCPListenPipe.__init__(self, addr, port, name)
519 self._destination = None # type: Any
520
521 def start(self):
522 # type: () -> None

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected