python-attrs / attrs

Python Classes Without Boilerplate
https://www.attrs.org/
MIT License
5.3k stars 374 forks source link

Simplify & optimize own attribute detection #1322

Closed hynek closed 3 months ago

hynek commented 3 months ago

I admittedly didn't know, that that class objects always have an __dict__ with their own attributes (unlike instances).

hynek commented 3 months ago

weee CleanShot 2024-08-03 at 13 23 31@2x