B.9 字典类型内置方法
表B-9列出了字典内置方法的完整描述和使用语法。
表B-9 字典类型方法
(续表)
① Python 1.5中新增。
② Python 2.3中新增。
③ Python 2.2中新增。
④ Python 2.0中新增。
⑤ Python 2.2中弃用,Python 3.0中移除,用in代替。
⑥ 在Python 3.0中迭代版本是一组视图,而在之前所有版本中它是一个列表。
表B-9列出了字典内置方法的完整描述和使用语法。
表B-9 字典类型方法
(续表)
① Python 1.5中新增。
② Python 2.3中新增。
③ Python 2.2中新增。
④ Python 2.0中新增。
⑤ Python 2.2中弃用,Python 3.0中移除,用in代替。
⑥ 在Python 3.0中迭代版本是一组视图,而在之前所有版本中它是一个列表。
本文档使用 BookStack 构建