liammcinroy
liammcinroy
Changes the `args_to_key` construction so that it both produces unique keys for its different arguments and implements its inverse `key_to_args`. Adds test to check the these as inverses. See also...
Hey, really appreciate this library! I have a small feature request (and an accompanying PR), which is just to make the `.__cache_key__` of a `memoize`d function invertible (which also means...
Adds a `--sigterm` flag (matching [coverage.py's `sigterm` flag](https://coverage.readthedocs.io/en/latest/config.html#run-sigterm)) to still write the coverage output if a `SIGTERM` signal is sent. Helpful for using slipcover in e.g. docker containers. Tested with...