Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/evilsocket/opensnitch
/ connect
Method
connect
ui/opensnitch/plugins/__init__.py:26–27 ·
view source on GitHub ↗
(self, callback)
Source
from the content-addressed store, hash-verified
24
self.signal.emit(args)
25
26
def
connect(self, callback):
27
self.signal.connect(callback)
28
29
def
disconnect(self, callback):
30
self.signal.disconnect(callback)
Callers
15
test_send_notification
Method · 0.45
_setup_slots
Method · 0.45
_setup_tray
Method · 0.45
__init__
Method · 0.45
__init__
Method · 0.45
__init__
Method · 0.45
__init__
Method · 0.45
build_vt_tab
Function · 0.45
__init__
Method · 0.45
run
Method · 0.45
add_vt_tab
Function · 0.45
_cb_proctab_changed
Function · 0.45
Calls
no outgoing calls
Tested by
1
test_send_notification
Method · 0.36