PyPI package: https://pypi.org/project/python-redux/0.22.2
Changes:
- fix: add
__qualname__
,__annotations__
,__module__
,__defaults__
and__kwdefaults__
toAutorun
andWithStore
instances so that they play nice when passed as a function to something assuming they are normal function having these properties.