标签: python python-3.x
我已经看到在网站上的几个答案中使用了__new__,尤其是在以下方面:
__new__
super().__new__(*args)
我使用:
super().__init__(*args)
__init__