coady / multimethod

Multiple argument dispatching.
https://coady.github.io/multimethod
Other
277 stars 24 forks source link

Clarify "Positional-only" in Readme #102

Closed ParadaCarleton closed 10 months ago

ParadaCarleton commented 10 months ago

Right now @multimethod dispatch is documented as "positional only"--does that mean it only dispatches on arguments that are positional-only, or does it dispatch on arguments that are positional-or-keyword?

ParadaCarleton commented 10 months ago

Accidental duplicate.