Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Open-Wine-Components/umu-launcher
/ get
Method
get
umu/vdf/vdict.py:143–144 ·
view source on GitHub ↗
(self, key, *args)
Source
from the content-addressed store, hash-verified
141
self.__omap = list()
142
143
def
get(self, key, *args):
144
return
super(VDFDict, self).get(self._normalize_key(key), *args)
145
146
def
setdefault(self, key, default=None):
147
if
key not in self:
Callers
15
get_library_paths
Function · 0.80
main
Function · 0.80
test_set_env_toml_nofile
Method · 0.80
test_set_env_toml_nodir
Method · 0.80
test_set_env_toml_tables
Method · 0.80
test_set_env_toml_paths
Method · 0.80
test_set_env_toml_opts
Method · 0.80
test_set_env_toml
Method · 0.80
umu_run.py
File · 0.80
check_env
Function · 0.80
download_proton
Function · 0.80
set_env
Function · 0.80
Calls
1
_normalize_key
Method · 0.95
Tested by
15
test_set_env_toml_nofile
Method · 0.64
test_set_env_toml_nodir
Method · 0.64
test_set_env_toml_tables
Method · 0.64
test_set_env_toml_paths
Method · 0.64
test_set_env_toml_opts
Method · 0.64
test_set_env_toml
Method · 0.64
test_resolve_umu_version_none
Method · 0.64
test_resolve_umu_version_noproton
Method · 0.64
test_resolve_umu_version_token
Method · 0.64
test_resolve_umu_version
Method · 0.64
test_resolve_umu_version_runtimepath
Method · 0.64
test_resolve_umu_version_protonpath
Method · 0.64