Python TypeError: __init__() got multiple values for argument 'master'(转)

转自:https://stackoverflow.com/questions/33153404/python-typeerror-init-got-multiple-values-for-argument-master

super().__init__(self, **kwargs)  # super调用父类方法时,不需要传递self,所以这里需要把self去掉

转载于:https://www.cnblogs.com/olivertian/p/11280177.html

你可能感兴趣的:(python)