community.general/lib/ansible/modules/extras/cloud/misc
Dag Wieers a417a4f4b3 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:35:09 -05:00
..
__init__.py Categorize some modules. 2016-12-08 11:32:19 -05:00
ovirt.py Port ovirt to python 3 2016-12-08 11:34:58 -05:00
proxmox.py support proxmox resource pool (#2859) 2016-12-08 11:35:02 -05:00
proxmox_kvm.py New module proxmox_kvm (#3292) 2016-12-08 11:35:09 -05:00
proxmox_template.py Fix proxmox for python 3 2016-12-08 11:34:58 -05:00
rhevm.py Performance improvement using in-operator on dicts 2016-12-08 11:35:09 -05:00
virt.py replace type() with isinstance() (#3404) 2016-12-08 11:35:06 -05:00
virt_net.py Fix bare variable references in docs 2016-12-08 11:35:06 -05:00
virt_pool.py Fix bare variable references in docs 2016-12-08 11:35:06 -05:00