gpt4 book ai didi

python - 哪个 PEP 管理 dict.values() 的顺序?

转载 作者:太空宇宙 更新时间:2023-11-04 06:48:05 26 4
gpt4 key购买 nike

当您调用 dict.values() 时,返回项的顺序取决于键的 has 值。这似乎在所有版本的 cPython 中都非常一致,但是 dict simply states that the ordering is "arbitrary" 的 python 手册.

我记得在某处读到实际上有一个 PEP,它专门说明了 items() 和 values() 方法的预期顺序。

仅供引用,如果这种行为确实是我正在处理的类(class)的保证行为,我可以大大简化和加速我正在处理的类(class)。另一方面,如果这只是 cPython 的一个意外且未记录的功能,那么最好不要相信它。

最佳答案

来自 http://docs.python.org/library/stdtypes.html :

Keys and values are listed in an arbitrary order which is non-random, varies across Python implementations, and depends on the dictionary’s history of insertions and deletions.

关于python - 哪个 PEP 管理 dict.values() 的顺序?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/863446/

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