afonsotrepa

Results 3 comments of afonsotrepa

Actually this issue is still present if we type hint the decorator (and this was my original issue, I was just trying to create a minimalist example but clearly cut...

@carljm sorry for another "off-topic" comment but I found your Identity class was not working for generic functions when using functools.wraps, so instead I'm now using: ```Python def deco[**P, R](_:...