Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Show direct parents more clearly on KlassDetail. #21

Open
meshy opened this issue Mar 21, 2012 · 2 comments
Open

Show direct parents more clearly on KlassDetail. #21

meshy opened this issue Mar 21, 2012 · 2 comments

Comments

@meshy
Copy link
Contributor

meshy commented Mar 21, 2012

Perhaps by appropriately indenting the MRO?

@jaylett
Copy link

jaylett commented Jun 7, 2012

I'd like further than this: ordering or other indication of how far up the inheritance tree a method or attribute is. This could be simplified as sorting by the index in the MRO of the ancestor that defines the method or attribute.

@meshy
Copy link
Contributor Author

meshy commented Jun 7, 2012

That sounds like a good plan, thanks. I'll try to work that in somehow.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants