horizon/openstack_dashboard/contrib/developer
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
..
enabled hacking: noqa cleanup in openstack_dashboard 2017-03-17 19:38:47 +00:00
form_builder flake8-import-order: Ensure to place project imports last 2017-09-20 01:19:38 +00:00
profiler Use python3-style super() 2020-10-15 14:37:20 +09:00
resource_browser flake8-import-order: Ensure to place project imports last 2017-09-20 01:19:38 +00:00
static/dashboard/developer i18n: Do not include html directives in translation strings 2018-01-31 22:31:53 +09:00
theme_preview Merge "Renamed bootstrap theme preview page" 2016-11-09 02:39:34 +00:00
__init__.py Add Developer Dashboard + Bootstrap Theme Preview 2015-12-06 12:04:11 +00:00
dashboard.py Use python3-style super() 2020-10-15 14:37:20 +09:00
tests.py Add Developer Dashboard + Bootstrap Theme Preview 2015-12-06 12:04:11 +00:00