摘要:
Bound Method and Unbound Method 通常有两种方法对类的方法(instance.method)/属性(class.attribute)进行引用, 一种称做 Bound Method, 即通过类的类的实例对象进行引用(instance.foo)。引用区别于调用, 引用为 instance.foo 返回的是方法对象 (PyFunctionObject/P... 阅读全文
posted @ 2017-09-07 14:47
zzYzz
阅读(598)
评论(0)
推荐(0)

浙公网安备 33010602011771号