Method
__init__
(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
Tested by
no test coverage detected