super(without a list of arguments) calls the same method in the superclass with the same arguments that were passed. If you want to explicitly pass any arguments, you must use an empty list of arguments super().
: super , . . foo foo() , . super : super() , super .
: , initialize, ... ? , , super , .