AdvancePython
latest
  • 第一章:导论
  • 第二章:Python 一切皆对象
  • 第三章:魔法函数
  • 第四章:深入类和对象
  • 第五章:自定义序列类
  • 第六章:深入Python的set和dict
    • 6.1 dict的abc继承关系
    • 6.2 dict的常用方法
    • 6.3 dict的子类
    • 6.4 set和frozenset
    • 6.5 dict和set实现原理
    • 6.6 本章小结
  • 第七章:对象引用、可变性和垃圾回收
  • 第八章:元类编程
  • 第九章:迭代器和生成器
  • 关于作者
  • Roadmap
AdvancePython
  • Docs »
  • 第六章:深入Python的set和dict
  • Edit on GitHub

第六章:深入Python的set和dict¶

Introduce

  • 6.1 dict的abc继承关系
  • 6.2 dict的常用方法
  • 6.3 dict的子类
  • 6.4 set和frozenset
  • 6.5 dict和set实现原理
  • 6.6 本章小结
Next Previous

© Copyright 2019, ni-ning Revision 012da5c2.

Built with Sphinx using a theme provided by Read the Docs.