MCPcopy
hub / github.com/evilsocket/opensnitch / __init__

Method __init__

ui/opensnitch/plugins/sample/sample.py:17–18  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

15 TYPE = [PluginBase.TYPE_POPUPS]
16
17 def __init__(self):
18 self.signal_in.connect(self.cb_signal)
19
20 def configure(self):
21 pass

Callers

nothing calls this directly

Calls 1

connectMethod · 0.45

Tested by

no test coverage detected