摘要: In python3, we can use '__mro__' to get the method-resolution-order like below: >>> class a: ... pass ... >>> a.__mro__ (<class '__main__.a'>, <class 阅读全文
posted @ 2020-02-01 12:10 邱明成 阅读(189) 评论(0) 推荐(0) 编辑