gpt4 book ai didi

python - 用with语句定义的变量在with block 之外可用吗?

转载 作者:IT老高 更新时间:2023-10-28 21:31:25 26 4
gpt4 key购买 nike

考虑以下示例:

with open('a.txt') as f:
pass
# Is f supposed to be defined here?

我已经阅读了关于 with-statement 和 PEP-343 的语言文档 (2.7),但据我所知,他们没有就此事发表任何意见。

在 CPython 2.6.5 中,f 似乎确实是在 with block 之外定义的,但我宁愿不依赖可能改变的实现细节。

最佳答案

是的,上下文管理器将在 with 语句之外可用,并且不依赖于实现或版本。 with 语句创建新的执行范围。

关于python - 用with语句定义的变量在with block 之外可用吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6432355/

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