You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/cloud/google
Dag Wieers f08ba8c7d6 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
9 years ago
..
__init__.py added __init__.py to new cloud subcategories so builds work again 11 years ago
gc_storage.py Examples syntax batch5 (#5622) 9 years ago
gce.py Performance improvement using in-operator on dicts 9 years ago
gce_lb.py Fixing gce compile time errors irt exception handling for Python 3 (#3845) 10 years ago
gce_mig.py Examples syntax batch5 (#5622) 9 years ago
gce_net.py Doc update 10 years ago
gce_pd.py Fixing gce compile time errors irt exception handling for Python 3 (#3845) 10 years ago