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

Method __init__

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

Source from the content-addressed store, hash-verified

473 """
474
475 def __init__(self, addr="", port=0, name=None):
476 # type: (str, int, Optional[str]) -> None
477 TCPConnectPipe.__init__(self, addr, port, name)
478 self.connected = False
479
480 def start(self):
481 # type: () -> None

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected