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
Is your feature request related to a problem? Please describe.
Currently the Python handler only checks in declared members for an __init__ method when merging docstrings together. That means it won't show the docstring of an inherited __init__.
Describe the solution you'd like
Also check inherited members.