Replies: 1 comment 4 replies
-
|
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to use
*_Ts
as a value for a generic ParamSpec. Pyright currently (v1.1.235) emits an error, saying TupleTypeVars are not allowed in that context. However the inferred type looks correct. Not sure if that's a false-positive or I'm doing something wrong.In principle, I think this is quite similar to the example below which is fine.
Beta Was this translation helpful? Give feedback.
All reactions