gpt4 book ai didi

python - 如何处理 Python 长导入

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

这是关于像这样的 python 长导入:

从 aaa.bbb.ccc.ddd.eee.fff.ggg.hhh.iii.jjj.kkk.lll.mmm.nnn.ooo 导入 xxx

'from' 和 'import' 之间的长度已经超过 80 个字符,有没有更好的 pythonic 方法来处理它?<​​/p>

最佳答案

您始终可以在行尾使用 \ 字符换行。

from a.very.long.and.unconventional.structure.\
and.name import foo

对于在 from x import 语句之后导入的多个语句,您可以使用圆括号并在这些圆括号内换行而无需换行转义:

from foo.bar import (test,
and,
others)

关于python - 如何处理 Python 长导入,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39564280/

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