this constructor takes no arguments 错误 15

classPlatformSprite(Sprite):def__init__(self,game,photo_image,x,y,width,height):Sprit... class PlatformSprite(Sprite): def __init__(self, game, photo_image, x, y, width, height): Sprite.__init__(self, game) self.photo_image = photo_image self.image = game.canvas.create_image(x, y, image=self.photo_image, anchor='nw') self.coordinates = Coords(x, y, x + width, y + height)TypeError: this constructor takes no arguments
self.coordinates = Coords(x, y, x + width, y + height)
TypeError: this constructor takes no arguments

关于Coords:
class Coords:
def __int__(self, x1=0, y1=0, x2=0, y2=0):
self.x1 = x1
self.y1 = y1
self.x2 = x2
self.y2 = y2
展开
 我来答
Jekingm
2017-03-26 · TA获得超过1250个赞
知道小有建树答主
回答量:556
采纳率:100%
帮助的人:372万
展开全部
self.__init__() 和Coords应该不需要输入argument的吧,否则这个error说不通,只有可能argument不应该被输入。arguement输入的数量不同会有别的提示的。
wenjie1024
2017-03-24 · TA获得超过2381个赞
知道大有可为答主
回答量:1737
采纳率:72%
帮助的人:859万
展开全部
你确定sprite类的构造函数需要传入参数?
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 1条折叠回答
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式