2007年04月16日 星期一 10:48
ÈçÌâ -------------- 下一部分 -------------- Ò»¸öHTML¸½¼þ±»ÒƳý... URL: http://python.cn/pipermail/python-chinese/attachments/20070416/3690a461/attachment.htm
2007年04月16日 星期一 16:36
简单滴说就是:内置对象 type ,以及 type 的子类,以及 type 的实例(也就是普通的class),都是 type object,type 的实例的实例就不是 type object 了,就是 non type object. type object 可以被继承,可以实例化(也就是可以成为其他对象的 __class__)。而 non type object 不能。 复杂的,可以去看看这个:http://www.cafepy.com/article/python_types_and_objects/ 或这个:http://www.python.org/2.2.3/descrintro.html On 4/16/07, leopay <leopay at gmail.com> wrote: > > 如题 > _______________________________________________ > python-chinese > Post: send python-chinese at lists.python.cn > Subscribe: send subscribe to python-chinese-request at lists.python.cn > Unsubscribe: send unsubscribe to python-chinese-request at lists.python.cn > Detail Info: http://python.cn/mailman/listinfo/python-chinese > -- http://codeplayer.blogspot.com/ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://python.cn/pipermail/python-chinese/attachments/20070416/403607e7/attachment.htm
Zeuux © 2025
京ICP备05028076号