AdvancePython
latest
  • 第一章:导论
  • 第二章:Python 一切皆对象
    • 2.1 python中一切皆对象
    • 2.2 type、object和class之间的关系
    • 2.3 python 中的内置类型
    • 2.4 本章小结
  • 第三章:魔法函数
  • 第四章:深入类和对象
  • 第五章:自定义序列类
  • 第六章:深入Python的set和dict
  • 第七章:对象引用、可变性和垃圾回收
  • 第八章:元类编程
  • 第九章:迭代器和生成器
  • 关于作者
  • Roadmap
AdvancePython
  • Docs »
  • 第二章:Python 一切皆对象
  • Edit on GitHub

第二章:Python 一切皆对象¶

Introduce

  • 2.1 python中一切皆对象
  • 2.2 type、object和class之间的关系
  • 2.3 python 中的内置类型
  • 2.4 本章小结
Next Previous

© Copyright 2019, ni-ning Revision 012da5c2.

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