Searched refs:exclude_license (Results 1 – 1 of 1) sorted by relevance
126 def exclude_license(license): function138 1000 * (len(list(filter(exclude_license, alpha))) > 0))140 1000 * (len(list(filter(exclude_license, beta))) > 0))153 excluded = [lic for lic in licenses if exclude_license(lic)]