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

Method __init__

scapy/automaton.py:1204–1207  ·  view source on GitHub ↗
(self, msg, state=None, result=None, packet=None)

Source from the content-addressed store, hash-verified

1202
1203 class InterceptionPoint(AutomatonStopped):
1204 def __init__(self, msg, state=None, result=None, packet=None):
1205 # type: (str, Optional[Message], Optional[str], Optional[Packet]) -> None
1206 Automaton.AutomatonStopped.__init__(self, msg, state=state, result=result)
1207 self.packet = packet
1208
1209 class CommandMessage(AutomatonException):
1210 pass

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected