◐ Shell
clean mode source ↗

Message 382805 - Python tracker

I wrote

class C(Generic[T, P]): ...

and was surprised that C.__parameters__ was (T,) instead of (T, P).