gpt4 book ai didi

Python 名称错误 : name 'self' is not defined Why?

转载 作者:太空宇宙 更新时间:2023-11-03 14:21:49 26 4
gpt4 key购买 nike

<分区>

在顶部:

import pygame, sys
from pygame.sprite import Sprite
from pygame.locals import *
pygame.init()

部分不工作:

class DetectionBox(Sprite):
def __init__(self):
Sprite.__init__(self)
self.img = pygame.Surface([SCREEN_WIDTH, SCREEN_HEIGHT/4], SRCALPHA, 32).convert_alpha()
self.pos = (0, SCREEN_HEIGHT - (SCREEN_HEIGHT/4)*3)
DETECT_BOX = DetectionBox()

错误:NameError: 未定义名称“self”

有人请解释为什么这不起作用,因为我不知道。它与所有其他类一起正常工作,所以它与这个类有关。

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com