You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Currently
PythonClass.bases
only contains a list of strings. It would be nice if there would be another listbases_objects
which would include the actualPythonClass
objects similiar to thechildren
list which containsPythonPythonMapper
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.
The text was updated successfully, but these errors were encountered: