Avatar for the python-attrs user
python-attrs
attrs
BlogDocsChangelog

Branches performance

Pull requests

Make Sphinx document `@cached_property` on slotted classes#1517
last run
4 hours ago
Add news snippet
4 hours ago
d16cb2d
clayote:sphinx-hack
CodSpeed Performance Gauge
0%
Fix #1325: Put cached properties in class __dict__ (not the nonexistent instance __dict__) for slotted classes#1516
last run
4 hours ago
Perform a very silly hack to make Sphinx document `@cached_property` The property objects do nothing, because they're not accessible from the instance -- slotted instances have no __dict__, but their *class object* does have __dict__, and that's the __dict__ that Sphinx looks at to find class members to document.
4 hours ago
e0df484
clayote:cache_prop_slots_doc
CodSpeed Performance Gauge
0%
Allow on_setattr=setters.NO_OP on frozen classes
17 hours ago
602e660
bysiber:fix/frozen-no-op-on-setattr
CodSpeed Performance Gauge
0%
Fix FrozenInstanceError displaying empty error message in tracebacks
17 hours ago
e733ed2
bysiber:fix/frozen-error-empty-message
CodSpeed Performance Gauge
0%
© 2026 CodSpeed Technology
Home Terms Privacy Docs