beartype / plum

Multiple dispatch in Python
https://beartype.github.io/plum
MIT License
527 stars 25 forks source link

Keyword args not supported #40

Open DonkeyKong1 opened 2 years ago

DonkeyKong1 commented 2 years ago

First, I really like this. I was getting pretty confused when I kept getting "plum.function.NotFoundLookupError" and couldn't find issue with the simple class I'd made. Randomly, I forgot to provide a keyword for the arg and it worked. Am I correct that keyword args are not supported?