Skip to content

Default value introduced in subclass does not propagate to constructor #467

Open
@lawremi

Description

@lawremi

This line drops the parent properties from the constructor by name; however, I think it's valid for subclasses to add/change the default for a parent property. Since we're dropping the subclass properties, the changed default does not make it to the constructor. Self args should probably be kept (and override the parent) if they have a different default.

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