pytype icon indicating copy to clipboard operation
pytype copied to clipboard

Support covariant TypeVars

Open eltoder opened this issue 2 years ago • 0 comments

I did not find any open issues or any notes on https://google.github.io/pytype/support.html, but feel free to close as duplicate if I missed it. It appears that covariant TypeVars are not supported. I'm getting:

line 6, in <module>: argument "covariant" to TypeVar not supported yet [not-supported-yet]

eltoder avatar Jul 18 '23 16:07 eltoder