Files
community.general/lib/ansible/cli
Toshio Kuratomi 4e8b28e404 Switch from map and filter to list comprehensions and generator expressions (#27198)
One of the complex map + filter + lambda combinations here was causing
pylint to have a rare false positive detecting undefined variables.

Switch to list comprehensions and generator expressions which are
easi(er) to read for humans and do not confuse pylint.

References #27193
2017-07-22 19:12:35 -07:00
..
2017-06-02 12:14:11 +01:00
2017-06-02 12:14:11 +01:00
2017-06-21 11:19:41 -04:00