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 ordering of Super Classes within a method #48

Open
ghickman opened this issue Sep 24, 2012 · 3 comments
Open

Show ordering of Super Classes within a method #48

ghickman opened this issue Sep 24, 2012 · 3 comments
Labels

Comments

@ghickman
Copy link
Contributor

When looking at methods on a class whose MRO gives it a few super classes for the given method it's hard to tell which comes first. Probably not the most useful change since you can't jump in the middle of the methods that are called, but would be useful.

@meshy
Copy link
Contributor

meshy commented Sep 24, 2012

Related to #21

@meshy
Copy link
Contributor

meshy commented Sep 27, 2012

You're right, it isn't clear, and needs looking at. However for the moment it should be noted that they are ordered. The methods called first appear closest to the top.

@meshy
Copy link
Contributor

meshy commented Aug 26, 2013

It should also be noted that they are/were a little broken on django 1.5 (until #82 is merged).

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

No branches or pull requests

2 participants