gpt4 book ai didi

python 不同模块的类继承

转载 作者:行者123 更新时间:2023-12-02 04:25:02 24 4
gpt4 key购买 nike

我是 python 新手,我很难弄清楚如何从其他模块中的类继承。

模块:~/foo.py

import bar

class foo:
def test(self)
print("this is a test")

模块:~/bar.py

class bar(foo):
def __init__(self):
super().test()

一旦导入 bar,我就会收到此错误消息:

NameError: name 'foo' is not defined

最佳答案

关于python 不同模块的类继承,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27717850/

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