Skip to content

get_method_signature_hook is not invoked for super().method(...) calls #21744

Description

@adamtheturtle

The method signature plugin hooks run for normal method calls (obj.method(...)) but not for super().method(...), even though both resolve to a method and are then checked as calls.

Plugins that rewrite method signatures therefore cannot enforce the same behavior on super() call sites without a separate, hand-rolled checker.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions