Skip to content
Snippets Groups Projects
Verified Commit 7635a662 authored by Newbyte's avatar Newbyte :snowflake:
Browse files

mrtest.apk_installed: Add docstring for get_installed_all

parent 8fe803d4
No related branches found
No related tags found
1 merge request!41Various typing fixes
......@@ -11,6 +11,8 @@ cache_installed_all = None
def get_installed_all() -> dict[str, Optional[str]]:
"""Returns a map of all installed packages containing their names mapped to their
versions. The version is None only if the package is a virtual package."""
global cache_installed_all
if cache_installed_all:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment