community.general/lib/ansible/modules/cloud/google
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
..
__init__.py
gc_storage.py Examples syntax batch5 (#5622) 2016-12-08 11:25:31 -05:00
gce.py Performance improvement using in-operator on dicts 2016-12-08 11:25:31 -05:00
gce_lb.py Fixing gce compile time errors irt exception handling for Python 3 (#3845) 2016-12-08 11:24:34 -05:00
gce_mig.py Examples syntax batch5 (#5622) 2016-12-08 11:25:31 -05:00
gce_net.py Doc update 2016-12-08 11:24:45 -05:00
gce_pd.py Fixing gce compile time errors irt exception handling for Python 3 (#3845) 2016-12-08 11:24:34 -05:00