Skip to content

Add list of PythonClass bases to PythonClass #182

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

Closed
felix-andreas opened this issue Nov 6, 2019 · 1 comment
Closed

Add list of PythonClass bases to PythonClass #182

felix-andreas opened this issue Nov 6, 2019 · 1 comment

Comments

@felix-andreas
Copy link

felix-andreas commented Nov 6, 2019

Currently PythonClass.bases only contains a list of strings. It would be nice if there would be another list bases_objects which would include the actual PythonClass objects similiar to the children list which contains PythonPythonMapper objects.

This would allow to display inherited attributes/methods in the API Reference. I would like to achieve something similar to this, where the inherited members are listed at the bottom.

@AWhetter
Copy link
Collaborator

I'm going to close this in favour of #183 because that has a better approach for solving what you are trying to do.

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

No branches or pull requests

2 participants