attrs/changelog.d/618.change.rst

5 lines
261 B
ReStructuredText

Added ``attr.converters.pipe()``.
The feature allows combining multiple conversion callbacks into one by piping the value through all of them, and retuning the last result.
As part of this feature, we had to relax the type information for converter callables.