gpt4 book ai didi

python - Tkinter 文档与 PEP 8 相矛盾

转载 作者:行者123 更新时间:2023-11-28 18:15:16 25 4
gpt4 key购买 nike

PEP 8 states

Wildcard imports (from import *) should be avoided, as they make it unclear which names are present in the namespace, confusing both readers and many automated tools.

尽管如此 official documentation自相矛盾:

to use Tkinter all you need is a simple import statement:

import tkinter

Or, more often:

 from tkinter import *

这是“文档错误”吗?

最佳答案

我提出了错误 issue 32830在这一点上,(由 Python 核心开发人员达成的)共识是,尽管 from tkinter import * 确实违反了 PEP 8,但这是一个合理的异常(exception),因为 tkinter“提供了大量名称(主要是常量,如 RIGHT 或 VERTICAL),无需前缀即可方便使用。”此外,PEP 8 声明“不要为了遵守此 PEP 而破坏向后兼容性!”由于 tkinter 目前经常以这种方式导入,因此这种观点适用于此。

关于python - Tkinter 文档与 PEP 8 相矛盾,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48746351/

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