ansible/test/support/integration/plugins/module_utils
Toshio Kuratomi 39b3942048 Remove left hand side slicing
Left hand side slicing is confusing and slower but maybe more memory
efficient in some circumstances.  There is one case where it adds to
code safety: when it's used to substitute a different list in place of a
slice of the original list and the original list could have been bound
to a different variable in some other code.  (The most likely case of
this is when it's a global variable and some other code might import
that variable name).

Because of the confusion factor we think it should only be used for the
safety case or where it's been benchmarked and shown to have some sort
of documentatble improvement.  At the moment, only one piece of code
falls into those categories so this PR removes all the other instances
of left hand side slicing.
2020-05-06 09:56:40 -07:00
..
aws Include more test support plugins. (#68015) 2020-03-04 12:20:02 -08:00
common Include more test support plugins. (#68015) 2020-03-04 12:20:02 -08:00
compat Include more test support plugins. (#68015) 2020-03-04 12:20:02 -08:00
docker Include more test support plugins. (#68015) 2020-03-04 12:20:02 -08:00
ecs Include more test support plugins. (#68015) 2020-03-04 12:20:02 -08:00
k8s Include more test support plugins. (#68015) 2020-03-04 12:20:02 -08:00
net_tools Include more test support plugins. (#68015) 2020-03-04 12:20:02 -08:00
network Include more test support plugins. (#68015) 2020-03-04 12:20:02 -08:00
ansible_tower.py
azure_rm_common.py
azure_rm_common_rest.py
cloud.py
cloudstack.py
crypto.py
database.py
ec2.py Remove left hand side slicing 2020-05-06 09:56:40 -07:00
hcloud.py
mysql.py
postgres.py
rabbitmq.py
vmware.py