Closed adam-urbanczyk closed 3 years ago
Yes, that was contributed recently actually: #37. Already works for functions, and just needs to annotate __get__
to support methods.
It's implemented on multidispatch
only, because it (like singledispatch
) requires a base implementation.
Thanks!
Any clue how difficult it would be to fix the mypy reported return type in the case of TypeVar annotations? See this link for more details (or the example below): https://github.com/CadQuery/cadquery/issues/379#issuecomment-830873519