gpt4 book ai didi

python - 我可以在主导入文件中使用 "from __future__ import unicode_literals"吗?

转载 作者:太空狗 更新时间:2023-10-29 21:43:30 25 4
gpt4 key购买 nike

我正在创建一些必须在 2.6、2.7 和 3.3 下运行的演示 Python 脚本。

作为其中的一部分,每个模块都带有前缀

from __future__ import unicode_literals

是否可以将该指令从每个模块中剪切下来并粘贴到一个通用的导入文件中?

例如

# master.py
from __future__ import unicode_literals

# file1.py
import master

# file2.py
import master

最佳答案

没有。引用文档:

A future statement is a directive to the compiler that a particular module should be compiled using syntax or semantics that will be available in a specified future release of Python.

( http://docs.python.org/2/reference/simple_stmts.html#future )

__feature__ 导入仅影响当前模块。

关于python - 我可以在主导入文件中使用 "from __future__ import unicode_literals"吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18455892/

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