community.general/lib/ansible/modules/packaging
Dag Wieers 54fdff16db Performance improvement using in-operator on dicts
Just a small cleanup for the existing occurrences.

Using the in-operator for hash lookups is faster than using .keys()
http://stackoverflow.com/questions/29314269/why-do-key-in-dict-and-key-in-dict-keys-have-the-same-output
2016-12-08 11:25:31 -05:00
..
language Change example syntax on pip module 2016-12-08 11:25:30 -05:00
os Performance improvement using in-operator on dicts 2016-12-08 11:25:31 -05:00
__init__.py package files 2016-12-08 11:22:22 -05:00