Login
From:
Blowfish
(Uncensored)
subscribe
A Dive into super() in Python
https://jdhao.github.io/2022/07/31/super_in_python/
links
backlinks
Roast topics
Find topics
Find it!
In Python, we often see the use of super() in class initialization.