为什么映射上的 Python iter() 返回 iterkeys() 而不是 iteritems()?
看起来如果你想获得映射的键,你就需要它们; 否则,请给我整个映射(由一组键值对构成)。 这有历史原因吗?
It seems like if you want to get the keys of a mapping, you ask for them; otherwise, give me the whole mapping (constituted by a set of key-value pairs). Is there a historical reason for this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
查看此帖子,了解背后原因的讨论这种行为(包括 Guido 喜欢它,并且它不太可能改变)。
Check out this thread for a discussion on the reasons behind this behavior (including that Guido likes it, and it's not likely to change).