MCPcopy Index your code
hub / github.com/USArmyResearchLab/Dshell / AlertOutput

Class AlertOutput

dshell/output/alertout.py:10–13  ·  view source on GitHub ↗

A class that provides a default format for printing a single-line alert

Source from the content-addressed store, hash-verified

8from dshell.output.output import Output
9
10class AlertOutput(Output):
11 "A class that provides a default format for printing a single-line alert"
12 _DESCRIPTION = "Default format for printing a single-line alert"
13 _DEFAULT_FORMAT = "[%(plugin)s] %(ts)s %(sip)16s:%(sport)-5s %(dir_arrow)s %(dip)16s:%(dport)-5s ** %(data)s **\n"
14
15obj = AlertOutput

Callers 15

__init__Method · 0.90
__init__Method · 0.90
__init__Method · 0.90
__init__Method · 0.90
__init__Method · 0.90
__init__Method · 0.90
__init__Method · 0.90
__init__Method · 0.90
__init__Method · 0.90
__init__Method · 0.90
__init__Method · 0.90
__init__Method · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected