Skip to content

Check inherited members for __init__ when merging docstrings #106

@pawamoy

Description

@pawamoy

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.

Describe alternatives you've considered
/

Additional context
mkdocstrings/griffe#205

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions