79440803

Date: 2025-02-15 00:45:00
Score: 1
Natty:
Report link

Use *-unpacking, so like class Test(Generic[*Ts]): ...

Since Ts is a TypeVarTuple, using *Ts is valid in this context and also exactly what you were looking for.

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: BoĊĦtjan Mejak