Class AutoAttribute

class ooodev.utils.partial.auto_attribute.AutoAttribute[source]

Automatically add attributes to the object when they are set. Useful for debugging and testing.

Example

obj = AutoAddAttributes()
obj.new_attribute = "New value"

New in version 0.41.0.