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