MCPcopy
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_commandFunction · 0.95
setMethod · 0.95
loadMethod · 0.95
runFunction · 0.95
test_new_default_settingFunction · 0.95
test_new_settings_addedFunction · 0.95
dodo.pyFile · 0.80
should_skipMethod · 0.80

Calls

no outgoing calls