horizon/openstack_dashboard/api
Akihiro Motoki e5d09edc20 Use python3-style super()
In python3, super() does not always require a class and self reference.
In other words, super() is enough for most cases.
This is much simpler and it is time to switch it to the newer style.

pylint provides a check for this.
Let's enable 'super-with-arguments' check.

NOTE: _prepare_mappings() method of FormRegion in
openstack_dashboard/test/integration_tests/regions/forms.py is refactored.
super() (without explicit class and self referece) does not work when
a subclass method calls a same method in a parent class multiple times.
It looks better to prepare a separate method to provide a common logic.

Change-Id: Id9512a14be9f20dbd5ebd63d446570c7b7c825ff
2020-10-15 14:37:20 +09:00
..
rest Use python3-style super() 2020-10-15 14:37:20 +09:00
__init__.py Drop Heat related code from horizon 2017-12-05 07:38:55 +00:00
_nova.py Use python3-style super() 2020-10-15 14:37:20 +09:00
base.py pylint: Fix unnecessary-comprehension warning 2020-09-27 12:44:16 +09:00
cinder.py Merge "Add cinder-user-facing messages" 2020-09-10 18:04:09 +00:00
glance.py Use python3-style super() 2020-10-15 14:37:20 +09:00
keystone.py Use python3-style super() 2020-10-15 14:37:20 +09:00
microversions.py Support extending in-use volumes 2020-09-08 09:17:15 +00:00
network.py Move SG and FIP API wrapper to api.neutron 2017-06-04 17:51:25 +00:00
neutron.py Use python3-style super() 2020-10-15 14:37:20 +09:00
nova.py pylint: Address no-else-return warning 2020-09-27 12:44:16 +09:00
swift.py Use python3-style super() 2020-10-15 14:37:20 +09:00