Skip to content

Docstring typing problem #12

@eunwoo1104

Description

@eunwoo1104

Currently some types are not documented or removed from docstring to prevent problems with type mismatching in PyCharm or maybe other IDEs.
This happens since those are typed using aliases.
Possible solution is directly using Union[int, str, Snowflake, ...], however this may cause document hard to read and it is too long,

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingdocumentationImprovements or additions to documentationhelp wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions