After much contrived coding situations I’ve finally found a legitimate use case for writing lambdas in Python, as I need some test boolean methods to pass to a decorator and they are ideal for this

They are a lovely little solution/syntax, what do other folk use them for?