mirror of
https://github.com/wassname/catalyst.git
synced 2026-08-02 12:30:45 +08:00
The batch_transform decorator wipes out the doc string of the function it wraps. Decorate the creator with functools.wraps to preserve function metadata.