gpt4 book ai didi

Python 更改另一个模块中的模块变量

转载 作者:行者123 更新时间:2023-12-05 09:00:20 24 4
gpt4 key购买 nike

假设我正在将模块“foo”导入到模块“bar”中。我可以在 bar 中更改 foo 中的全局变量吗?

让 foo 中的全局变量为 'arbit'。更改仲裁,以便如果 bar 调用使用此变量的 foo 函数,则使用更新后的变量而不是之前的变量。

最佳答案

你应该能够做到:

import foo
foo.arbit = 'new value'

关于Python 更改另一个模块中的模块变量,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1372486/

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