Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 241 Bytes

deprecated-lambda.md

File metadata and controls

7 lines (4 loc) · 241 Bytes

Pattern: Deprecated lambda

Issue: -

Description

Used when a lambda is the first argument to map or filter. It could be clearer as a list comprehension or generator expression. This message can't be emitted when using Python >= 3.0.