GNOME Bugzilla – Bug 757509
__init__.py causes to ignore some inheritance
Last modified: 2016-09-05 13:46:22 UTC
Created attachment 314697 [details] code to reproduce The problem here is that a.ABase in the inheritance tree of B is not linkable. Even when you look at the tree for a.ABase the class B is not shown. This depends on the existence of the __init__.py file. I don't know why. I added sample to reproduce this. When you delete the __init__.py everything is fine.
Please see https://docs.python.org/3.5/tutorial/modules.html#packages for details about how __init__.py is treated in Python.
Did someone tried to reproduce it?
No one tried?
Just did, could indeed reproduce it. More investigation needed to find the root cause.
This was the bug I was looking for. Can reproduce it with the current git.
Confirmed. I've just pushed a possible fix to GitHub.
Thank you very much. This works for my example.
Dimitri wants fixed bugs that are not yet in a release to be set to ASSIGNED. This allows Dimitri to log fixed bugs.
This bug was previously marked ASSIGNED, which means it should be fixed in doxygen version 1.8.12. Please verify if this is indeed the case. Reopen the bug if you think it is not fixed and please include any additional information that you think can be relevant (preferably in the form of a self-contained example).