Hacker News new | ask | show | jobs
by wodenokoto 1954 days ago
Do you know what would happen with:

    def _id(x): return x

    not_found = 404
    match status:
        case _id(not_found):
            return "Not found"