Toggle navigation
心若天府
Archives
Categories
Tags
About
python-获取父类名称
通过
__bases__
属性
str.__bases__
通过
inspect
模块
inspect.getmro(str)
注:
mro:method resolution order
参考
http://stackoverflow.com/questions/2611892/get-python-class-parents
上一页
Archive
下一页
留言
2015-04-03
python
65
python
69
父类
2
▲