Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Open-Wine-Components/umu-launcher
/ as_tuple
Method
as_tuple
umu/umu_runtime.py:491–493 ·
view source on GitHub ↗
Return runtime information as tuple.
(self)
Source
from the content-addressed store, hash-verified
489
)
490
491
def
as_tuple(self) -> RuntimeVersion:
492
""
"Return runtime information as tuple."
""
493
return
self.name, self.variant, self.appid
494
495
496
RUNTIME_VERSIONS = {
Callers
13
umu_run
Function · 0.80
_check_offline_runtime
Function · 0.80
test_get_umu_version_from_manifest_noappid
Method · 0.80
test_get_umu_version_from_manifest
Method · 0.80
test_resolve_umu_version_none
Method · 0.80
test_resolve_umu_version_noproton
Method · 0.80
test_resolve_umu_version_token
Method · 0.80
test_resolve_umu_version
Method · 0.80
test_resolve_umu_version_runtimepath
Method · 0.80
test_resolve_umu_version_protonpath
Method · 0.80
test_build_command_linux_exe
Method · 0.80
test_build_command_nopv_appid
Method · 0.80
Calls
no outgoing calls
Tested by
11
test_get_umu_version_from_manifest_noappid
Method · 0.64
test_get_umu_version_from_manifest
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
test_build_command_linux_exe
Method · 0.64
test_build_command_nopv_appid
Method · 0.64
test_build_command_nopv_noappid
Method · 0.64