Open Tagar opened 4 years ago
Hi @Tagar
I didn't know about this PEP before, thanks for bringing it :)
So, shortly it supports only overload
decorator syntax with multiple params.
Even in standard library has singledispatchmethod, so the only difference it is supporting multiple params.
Great idea
Is this compatible with syntax suggested in https://www.python.org/dev/peps/pep-3124/ ?
Thanks!