Hacker News new | ask | show | jobs
by bvrmn 185 days ago
It would be great to have **kwargs as frozendict by default. It could help with caching decorators to speedup key construction. For example natural key is simply `(args, kwargs)`.