blob: 283f81aa5b8a6ec4f3d0f313bbc429aa57482344 [file] [log] [blame]
``attr.ib(factory=f)`` is now syntactic sugar for the common case of ``attr.ib(default=attr.Factory(f))``.