Skip to content

__call__ in dispatcher only checks *args types #126

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)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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