gpt4 book ai didi

python-3.x - Intellij IDEA 导入类时出现问题, "cannot find reference"但代码仍然有效 - Python

转载 作者:行者123 更新时间:2023-12-05 06:20:29 27 4
gpt4 key购买 nike

我在使用 Intelij IDEA(具有最新更新的社区版 2019.3.3)时遇到问题。当我尝试从我制作的另一个 .py 文件导入一个类时,它带有红色下划线并显示“找不到引用”。代码仍然可以正常工作,但它真的很烦人,当我开始输入 .lives 或 .name 等时它没有给我选项

我已尝试使缓存无效/重新启动,但在它完成索引后问题又回来了,我该如何解决这个问题?

enter image description here

folder hierarchy screen shot

class Player:
def __init__(self, name):
self.name = name
self._lives = 3
self._level = 1
self._score = 0

主要

from player import Player

kev = Player("Kevin")
print(kev.name)

最佳答案

解决方案:将“游戏”目录标记为源目录(右键单击该文件夹 > 将目录标记为> 源目录)。它应该是蓝色的。

更多关于 IDEA 中内容根的信息:https://jetbrains.com/help/idea/content-roots.html

关于python-3.x - Intellij IDEA 导入类时出现问题, "cannot find reference"但代码仍然有效 - Python,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/60418769/

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