由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - python descriptor 问题
相关主题
python和java里面非memory资源怎么回收?不会写pipe大虾帮帮忙吧...
data structure for set of path in a graph[请教]命令行的重定向
C++ Q20: construction and inheritance100伪币答谢Linux/Unix编程问题 (转载)
does the system guarantee this? (转载)Socket accept failed - WSAEMFILE
pollsys 是干嘛的?有对USB audio class的descriptor熟悉的XD吗?
问问跟Linux Kernel Programming 有关的问题linux select(): can file descriptors be dynamtic ?
[合集] 请教一个Linux系统编程的问题我来尽量客观地谈谈GC/ref count,还有RAII
[合集] 我也花了一小时读了一下pythonC10M 练习 step 1: 10M sockets
相关话题的讨论汇总
话题: descriptor话题: objtype话题: __话题: call话题: direct
进入Programming版参与讨论
1 (共1页)
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.
1 (共1页)
进入Programming版参与讨论
相关主题
C10M 练习 step 1: 10M socketspollsys 是干嘛的?
fdopen能open同一个fd 两次吗?问问跟Linux Kernel Programming 有关的问题
war和ear有什么区别?分别在什么情况下使用?[合集] 请教一个Linux系统编程的问题
求救网络大牛们,如何处理tcp短连接[合集] 我也花了一小时读了一下python
python和java里面非memory资源怎么回收?不会写pipe大虾帮帮忙吧...
data structure for set of path in a graph[请教]命令行的重定向
C++ Q20: construction and inheritance100伪币答谢Linux/Unix编程问题 (转载)
does the system guarantee this? (转载)Socket accept failed - WSAEMFILE
相关话题的讨论汇总
话题: descriptor话题: objtype话题: __话题: call话题: direct