Às 15:30 de 12/07/19, Thomas Jollans escreveu:
> On 12/07/2019 16.12, Paulo da Silva wrote:
>> Hi all!
>>
>> Is there any difference between using the base class name or super to
>> call __init__ from base class?
> 
> There is, when multiple inheritance is involved. super() can call
> different 'branches' of the inheritance tree if necessary.
> ...

Thank you Jollans. I forgot multiple inheritance. I never needed it in
python, so far.

Regards
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to