MCPcopy Create free account
hub / github.com/Keeper-Security/Commander / notify

Method notify

keepercommander/commands/supershell/app.py:221–223  ·  view source on GitHub ↗

Override notify to use faster timeout (default 1.5s instead of 5s)

(self, message, *, title="", severity="information", timeout=1.5)

Source from the content-addressed store, hash-verified

219 pass # Shell pane might not exist yet
220
221 def notify(self, message, *, title="", severity="information", timeout=1.5):
222 """Override notify to use faster timeout (default 1.5s instead of 5s)"""
223 super().notify(message, title=title, severity=severity, timeout=timeout)
224
225 def _get_welcome_screen_content(self) -> str:
226 """Generate the My Vault welcome screen content with current theme colors"""

Callers 15

action_toggle_unmaskMethod · 0.95
action_launch_pamMethod · 0.95
action_copy_passwordMethod · 0.95
action_copy_usernameMethod · 0.95
action_copy_urlMethod · 0.95
action_copy_uidMethod · 0.95
action_copy_recordMethod · 0.95
action_sync_vaultMethod · 0.95
_apply_themeMethod · 0.80
handleMethod · 0.80
on_mouse_downMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected