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 |
||
---|---|---|
.. | ||
__init__.py | ||
adhoc.py | ||
config.py | ||
console.py | ||
doc.py | ||
galaxy.py | ||
playbook.py | ||
pull.py | ||
vault.py |