MCPcopy
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_pathsFunction · 0.80
mainFunction · 0.80
test_set_env_tomlMethod · 0.80
umu_run.pyFile · 0.80
check_envFunction · 0.80
download_protonFunction · 0.80
set_envFunction · 0.80

Calls 1

_normalize_keyMethod · 0.95