转自:https://stackoverflow.com/questions/33153404/python-typeerror-init-got-multiple-values-for-argument-master
super().__init__(self, **kwargs) # super调用父类方法时,不需要传递self,所以这里需要把self去掉
转自:https://stackoverflow.com/questions/33153404/python-typeerror-init-got-multiple-values-for-argument-master
super().__init__(self, **kwargs) # super调用父类方法时,不需要传递self,所以这里需要把self去掉
本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。