This commit no longer exists in the repository. It may have been part of a branch which was deleted.
Description
Refactor: python: Replace name() method with variable.
There's no need for a method that just returns a static string when that
can be a variable. Additionally, call the superclass's init method
in each class.