python:how does subclass call baseclass's __init__()
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python:how does subclass call baseclass's __init__()相关的知识,希望对你有一定的参考价值。
First, use baseclass‘s name to call __init__()
I wrote code like this:
and we can use ‘super‘ too.
以上是关于python:how does subclass call baseclass's __init__()的主要内容,如果未能解决你的问题,请参考以下文章
Python类继承:AttributeError:'[SubClass]'对象没有属性'xxx'
Candence学习篇allegro软件中class 和subclass的概念
为啥`type.__new__`调用`__init_subclass__`?