首页 > 编程语言 > 详细

Python的类变量和成员变量

时间:2017-09-13 21:46:24      阅读:274      评论:0      收藏:0      [点我收藏+]

先说明几个相关的术语:attribute、function、method。

  • attribute:类对象的数据成员。我们经常会在Python代码出错时遇到:“AttributeError: ‘My_Class‘ object has no attribute ‘memberxxx‘”
  • function:普通函数
  • method:类方法

示例代码:

 

Python的类变量和成员变量

原文:http://www.cnblogs.com/pluse/p/7517802.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!