So, I know I can use dir() to get information about class members etc. What I’m looking for is a way to get a nicely formatted report on everything related to a class (the members, docstrings, inheritance hierarchy, etc.).
I want to be able to run this on the command-line so I can explore code and debug better.
Try calling
helpon your class.