Skip to content

Consolidate information in __init__ docstrings to class docstrings #242

@non-Jedi

Description

@non-Jedi

For example, MatrixClient's docstring currently duplicates information in __init__, and both might be missing stuff as well. Convention in most codebases I've seen seems to be to consolidate docstring info for a class on the class's own docstring rather than the __init__ docstring.

Realized this while reviewing #234.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions