摘要: __name__ is the class name; 返回类名 __module__ is the module name in which the class was defined; 定义此类的模块名 __dict__ is the dictionary containing the clas 阅读全文
posted @ 2017-05-27 15:57 扫驴 阅读(328) 评论(0) 推荐(0) 编辑