gpt4 book ai didi

python - 检查导入模块的路径,不带 __file__

转载 作者:太空宇宙 更新时间:2023-11-03 17:25:32 25 4
gpt4 key购买 nike

我正在从某个程序本身导入一个模块。我可以运行 Python 命令,并且我需要要导入的 python 模块的路径。该模块不包含 __file__属性(property),这似乎是主要方式。

使用sys.modules[<module>]返回<module (built-in)>

有办法解决这个问题吗?

最佳答案

您可以尝试使用inspect提供的getfile()方法

import inspect
inspect.getfile(inspect) # returns '/usr/lib/python2.7/inspect.pyc'

关于python - 检查导入模块的路径,不带 __file__,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32623567/

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