Hacker News new | ask | show | jobs
by joshuamorton 1641 days ago
> However, you do need to understand a lot of Python internals to grok x = attr.ib().

No more than with namedtuples (in fact, both use essentially the same magic: code generation and `eval`).