摘要: 关键字:Python 属性 方法原文:http://www.cafepy.com/article/python_attributes_and_methods/python_attributes_and_methods.htmlShalabhChaturvediCopyright © 2005-2009 Shalabh ChaturvediAll Rights Reserved.About This BookExplains the mechanics of object attribute access for new-style Python objects:how functio 阅读全文
posted @ 2012-11-30 09:41 方倍工作室 阅读(3687) 评论(0) 推荐(0)
摘要: 关键字:Python 类型 对象原文:http://wiki.woodpecker.org.cn/moin/PyTypesAndObjects关于本书解释新式的Python对象(new-style):<type 'type'> and <type 'object'>是什么东西用户定义的类及实例是如何相互关联的,和内置类型有啥关系how user defined classes and instances are related to each other and to built-in typesmetaclass是什么新式类型New-s 阅读全文
posted @ 2012-11-30 09:27 方倍工作室 阅读(9571) 评论(0) 推荐(0)