|
|
|
|
|
by foxylad
2918 days ago
|
|
I've become a heavy user of attrs, a small library that makes it easy to replace named tuples with a class that automatically includes initialisation and string representation functions. So I'm very glad to see data classes bringing this to the core language. |
|