Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
Python
Visualize class inheritance hierarchy
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="Aaron \Castironpi\ Brady, post: 3638752"] Compare their __mro__ members if they are new-style. The depth-first search for the member you're looking for is straightforward in Python, even if maybe not immediately obvious. If not, we can try a settrace and a search for when they are defined, and build an __mro__ manually. [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
Python
Visualize class inheritance hierarchy
Top