MCPcopy
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
496RUNTIME_VERSIONS = {

Calls

no outgoing calls