VirtualBox

Ignore:
Timestamp:
Oct 4, 2022 6:04:54 PM (2 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
153912
Message:

ValKit/utils.py: Make pylint happy by documenting the newly introduced function.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/common/utils.py

    r96973 r96987  
    268268    elif sOs == 'darwin':
    269269        def getMacVersionName(sVersion):
     270            """
     271            Figures out the Mac OS X/macOS code name from the numeric version.
     272            """
    270273            aOsVersion = sVersion.split('.')    # example: ('10','15','7')
    271274            codenames = {"4": "Tiger",
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette