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__()的主要内容,如果未能解决你的问题,请参考以下文章

修补 __init_subclass__

Python类继承:AttributeError:'[SubClass]'对象没有属性'xxx'

Candence学习篇allegro软件中class 和subclass的概念

为啥`type.__new__`调用`__init_subclass__`?

深入理解 Python 中的 __init_subclass__

Python:动态创建类,同时为 __init__subclass__() 提供参数