IT博客汇
首页
精华
技术
设计
资讯
扯淡
权利声明
登录
注册
列出子类的新方法
Xupeng\'s blog
发表于
2006-09-27 08:00:00
love
0
刚才在python邮件列表中看到有人提出这样的一个问题: I am writing a library in which I need to find the names of methods which are implemented in a class, rather than inherited from another class. To explain more, and to find if there is another way of doing it, here