Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/freedomofpress/dangerzone
/ unset_custom_runtime
Method
unset_custom_runtime
dangerzone/settings.py:85–87 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
83
return
Path(runtime)
84
85
def
unset_custom_runtime(self) -> None:
86
self.settings.pop(
"container_runtime"
)
87
self.save()
88
89
def
get(self, key: str) -> Any:
90
return
self.settings[key]
Callers
1
run
Function · 0.95
Calls
1
save
Method · 0.95
Tested by
no test coverage detected