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="Rob Kirkpatrick, post: 3638716"] Hi All, I just finished debugging some code where I needed to determine why one subclass had a bound method and another did not. They had different pedigree's but I didn't know immediately what the differences were. I ended up walking the hierarchy, going back one class at a time through the code, for the two subclasses (hierarchy ~7 classes deep each) to see whom they inherited from. Short of writing this down on paper, is there any way to graphically display the pedigree of an object/class? "Graphically" can be text output to the terminal, don't need anything special... I'm assuming this has been discussed before, but I'm lacking any Google keywords that bring up the appropriate discussion. Cheers, Rob [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
Python
Visualize class inheritance hierarchy
Top