Home
last modified time | relevance | path

Searched refs:_profile_comparison_key (Results 1 – 1 of 1) sorted by relevance

/dports/sysutils/dnf/dnf-4.9.0/dnf/module/
H A Dmodule_base.py39 def _profile_comparison_key(profile): function
563 for profile in sorted(module.getProfiles(), key=_profile_comparison_key):
575 for profile in sorted(available_profiles, key=_profile_comparison_key):
716 for profile in sorted(modulePackage.getProfiles(), key=_profile_comparison_key):