读python-class记录

来源:互联网 发布:淘宝秒杀是不是真的 编辑:程序博客网 时间:2024/05/29 04:15
  • python scopes and namespaces 作用域和命名空间

    1.http://www.jb51.net/article/53906.htm2.http://python.jobbole.com/81367/
  • class object/instance object/method objects 类对象/实例对象/方法对象

  • classmethod/staticmethod 类方法和静态方法

    1. http://www.zhihu.com/question/20021164 [Python 中的 classmethod 和 staticmethod 有什么具体用途?知乎]2. http://stackoverflow.com/questions/12179271/python-classmethod-and-staticmethod-for-beginner/12179752#12179752 [Python @classmethod and @staticmethod for beginner?]3. http://stackoverflow.com/questions/136097/what-is-the-difference-between-staticmethod-and-classmethod-in-python [What is the difference between @staticmethod and @classmethod in Python?]
  • class and instance variables 类变量/实例变量

    变量作用区域
  • private variables and class-local reference 私有变量/class-local 引用

0 0
原创粉丝点击