pydra
pydra copied to clipboard
Docs: How-to: write custom bytes_repr function for unhashable types
Every now and again users will come with a input type, which isn't covered by the current bytes_repr function and will need to write their own for the caching to work properly. We should have a short howto on how to do this