Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Keeper-Security/Commander
/ callback
Function
callback
keepercommander/commands/pam_launch/python_handler.py:1110–1111 ·
view source on GitHub ↗
(events: List[Dict[str, Any]])
Source
from the content-addressed store, hash-verified
1108
Callback function that accepts a list of event dicts
1109
""
"
1110
def
callback(events: List[Dict[str, Any]]):
1111
handler.handle_events(events)
1112
1113
return
callback
1114
Callers
2
get_records
Method · 0.85
traverse_folder_tree
Method · 0.85
Calls
1
handle_events
Method · 0.80
Tested by
no test coverage detected