ITADN

__call__ in dispatcher only checks *args types

#126OpenZMarouani 创建于 2023-02-10
Z
ZMarouanicommented
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)
2 条评论