|
|
|
|
|
by clawlor
1118 days ago
|
|
> [...] when it would just be ‘class Foo<T>’ in almost any other language. Good news on that front at least. PEP-895 [1] removes the need for `T = TypeVar(...)` boilerplate in Python 3.12. [1] - https://peps.python.org/pep-0695/ |
|