Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Issue 29344615: Noissue - Allow calling map() with lambda and multiple sequences (Closed)

Created:
May 26, 2016, 2:49 p.m. by Sebastian Noack
Modified:
May 27, 2016, 9:53 a.m.
Reviewers:
Vasily Kuznetsov
CC:
Jon Sonesen
Visibility:
Public.

Description

Noissue - Allow calling map() with lambda and multiple sequences

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+10 lines, -7 lines) Patch
M flake8-abp/flake8_abp.py View 1 chunk +8 lines, -7 lines 0 comments Download
M flake8-abp/tests/A104.py View 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 2
Sebastian Noack
flake8-abp discourages calling map() and filter() with a lambda function in favor of list comprehensions. ...
May 26, 2016, 2:51 p.m. (2016-05-26 14:51:37 UTC) #1
Vasily Kuznetsov
May 27, 2016, 9:47 a.m. (2016-05-27 09:47:31 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld