NewStyleClass学习笔记[一]

from : https://www.python.org/doc/newstyle/

New-style Classes

Unfortunately(遗憾,不幸的), new-style classes have not yet been integrated(集成) into Python's standard documention. Fear(担心) not, however; many people have worked to provide useful information on creating and using new-style classes:

 

原文地址:https://www.cnblogs.com/tk091/p/4090544.html