Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/freedomofpress/dangerzone
/ get
Method
get
dangerzone/settings.py:89–90 ·
view source on GitHub ↗
(self, key: str)
Source
from the content-addressed store, hash-verified
87
self.save()
88
89
def
get(self, key: str) -> Any:
90
return
self.settings[key]
91
92
def
set(self, key: str, val: Any, autosave: bool = False) -> None:
93
try
:
Callers
15
init_podman_command
Function · 0.95
set
Method · 0.95
load
Method · 0.95
get_installation_strategy
Function · 0.95
run
Function · 0.95
test_new_default_setting
Function · 0.95
test_new_settings_added
Function · 0.95
test_output_dir_default_is_none
Function · 0.95
test_output_dir_persists_across_restarts
Function · 0.95
test_output_dir_added_to_old_settings
Function · 0.95
dodo.py
File · 0.80
should_skip
Method · 0.80
Calls
no outgoing calls
Tested by
15
test_new_default_setting
Function · 0.76
test_new_settings_added
Function · 0.76
test_output_dir_default_is_none
Function · 0.76
test_output_dir_persists_across_restarts
Function · 0.76
test_output_dir_added_to_old_settings
Function · 0.76
run_cli
Method · 0.64
assert_mocks
Method · 0.64
test_user_installs_dangerzone_for_the_first_time
Function · 0.64
test_upgrades_disabled_detect_wrong_container_upgrade
Function · 0.64
test_building_dangerzone_from_source_first_time
Function · 0.64
test_building_dangerzone_from_source_nth_time
Function · 0.64
test_enable_updates_after_some_time
Function · 0.64