Python super()
Posted 2023-03-23 22:24:20
0
7K
super()
lets you avoid referring to the base class explicitly, which can be nice. But the main advantage comes with multiple inheritance, where all sorts of fun stuff can happen. Note that the syntax changed in Python 3.0: you can just say super().__init__()
instead of super(ChildB, self).__init__()
which IMO is quite a bit nicer.
Cerca
Categorie
- Arts
- Business
- Computers
- Giochi
- Health
- Home
- Kids and Teens
- Money
- News
- Recreation
- Reference
- Regional
- Science
- Shopping
- Society
- Sports
- Бизнес
- Деньги
- Дом
- Досуг
- Здоровье
- Игры
- Искусство
- Источники информации
- Компьютеры
- Наука
- Новости и СМИ
- Общество
- Покупки
- Спорт
- Страны и регионы
- World
Leggi tutto
Is It Possible to Maintain a Full-Time Job While Pursuing Indie Hacking Projects?
In today’s world of side hustles, freelancing, and remote work, the idea of juggling a...
Python Fun Fact
There's a fact about Python that you might not know! Python has a module called "this". The...
How can I optimize my content to align with platform recommendations?
As a content creator, understanding how to optimize your content for various platforms is crucial...
Tenet(2020)
Armed with only one word, Tenet, and fighting for the survival of the entire world, a Protagonist...
The benefits and costs of US environmental laws
Key points
Taken as a whole, the benefits of US environmental regulation have...