You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expand documentation with comprehensive examples for accretive objects,
improved docstrings for public modules, and new guidance for class attribute
mutability.
Features
Add metaclasses for accretive dataclasses including Dataclass, CompleteDataclass, ProtocolDataclass, and CompleteProtocolDataclass. These factory classes combine Python's dataclass
functionality with accretive behavior for type-safe, attribute-stable data
containers.
Enhance the accretive decorator to accept optional parameters including docstring for setting or overriding class documentation and mutables
for specifying attributes that should remain modifiable after initial
assignment.