Skip to content

__call__ in dispatcher only checks *args types #126

@ZMarouani

Description

@ZMarouani

Calling decorated with dispatch functions with key value arguments will always throw "could not find signature for .." because call only checks *args types and not **kwargs , please fix in dispatcher.py line 267 (https://github.com/mrocklin/multipledispatch/blob/master/multipledispatch/dispatcher.py)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions