horizon/openstack_dashboard/api/rest
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
..
__init__.py Drop Heat related code from horizon 2017-12-05 07:38:55 +00:00
cinder.py pylint: Address no-else-return warning 2020-09-27 12:44:16 +09:00
config.py Add support to get disk_formats from glance 2019-12-17 14:56:44 +02:00
glance.py pylint: Fix unnecessary-comprehension warning 2020-09-27 12:44:16 +09:00
json_encoder.py Use python3-style super() 2020-10-15 14:37:20 +09:00
keystone.py Define default settings explicitly (openstack_dashboard 1/5) 2019-04-24 02:32:47 +09:00
network.py Fix tenant floating_ip_allocation call in neutron rest api. 2019-06-07 10:47:41 +10:00
neutron.py pylint: Fix unnecessary-comprehension warning 2020-09-27 12:44:16 +09:00
nova.py pylint: Fix unnecessary-comprehension warning 2020-09-27 12:44:16 +09:00
policy.py Trivial: Fix import order in api/rest/*.py 2016-02-12 12:41:44 +08:00
swift.py Add support for multiple swift storage policies 2020-04-16 22:18:06 +12:00
urls.py Fix H405 (multi line docstring) warnings (openstack_dashboard) 2017-06-09 16:05:31 +00:00
utils.py Use python3-style super() 2020-10-15 14:37:20 +09:00