Compreender o Super Python () com os métodos init () [duplicar]

esta pergunta já tem uma resposta aqui: O que faz o 'super' em Python? ... .__init__(self) class ChildB(Base): def __init__(self): super(ChildB, self).__init__() ChildA() ChildB()