Skip to content

Does not honor match_args = False in dataclass #10858

@erictraut

Description

@erictraut

By default, dataclasses generate a __match_args__ attribute, but this can be overridden if match_args=False is used in the class definition. Pyright currently does not honor this flag and always generates __match_args__.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions