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

Method __init__

scapy/scapypipes.py:304–308  ·  view source on GitHub ↗
(self, ip="127.0.0.1", port=1234)

Source from the content-addressed store, hash-verified

302 """
303
304 def __init__(self, ip="127.0.0.1", port=1234):
305 # type: (str, int) -> None
306 Drain.__init__(self)
307 self.ip = ip
308 self.port = port
309
310 def push(self, msg):
311 # type: (Packet) -> None

Callers 15

__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected