l*****n 发帖数: 633 | 1 python.org 上说descriptor可以direct call:
Direct Call
The simplest and least common call is when user code directly invokes a
descriptor method: x.__get__(a).
但__get__()需要3个argument, 这里包括self才两个。能举个direct call的例子吗?
另外,__get__(self, obj, objtype)里面的obj和objtype到底有什么用?特别是
objtype,有使用它的例子吗?
thanks. |
|