Skip to content

None return type shown even if explicitly hidden on overloaded calls #117

Open
@laurensvalk

Description

Throughout the docs, we do not show ---> None to keep things easy to follow. See #99 for rationale.

But on overloaded cases, Sphinx makes them show up on all but the first one.

image

    """
    qstr_info()
    qstr_info(verbose)                       # <---- There's nothing here but still it shows up

    Prints how many strings are interned and how much RAM they use.

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingdocumentationImprovements or additions to documentation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions