Files
openide/python/python-psi-impl
Mikhail Golubev 474431fcef [python] Refactor type parameter substitution for ParamSpec and Concatenate
I clearly split the substitution logic into separate branches for ParamSpec,
Concatenate and ordinary callable parameters instead of the previous "do-all"
loop. It additionally fixed a bug with using TypeVarTuple inside Concatenate.

GitOrigin-RevId: 19e880e4a129ac5bbd0520e26899334f0aa6bb51
2024-02-19 16:30:00 +00:00
..