def latest_version_filter()

in mozdownload/scraper.py [0:0]


def latest_version_filter(version, application):
    if application == "thunderbird" and version == "latest":
        return thunderbird_latest_version_filter
    return RELEASE_AND_CANDIDATE_LATEST_VERSIONS[version]