摘要: The weakref module allows the Python programmer to create weak references to objects.In the following, the term referent means the object which is ref... 阅读全文
posted @ 2016-01-18 16:04 Vito.K 阅读(296) 评论(0) 推荐(0)
摘要: python中基于descriptor的一些概念(上)1. 前言2. 新式类与经典类2.1 内置的object对象2.2 类的方法2.2.1 静态方法2.2.2 类方法2.3 新式类(new-style class)2.3.1 __init__方法2.3.2 __new__静态方法2.4. 新式类的... 阅读全文
posted @ 2016-01-18 14:00 Vito.K 阅读(438) 评论(0) 推荐(0)