Patrick Cloke
690cb4f3b3
Allow for ignoring some arguments when caching. ( #12189 )
...
* `@cached` can now take an `uncached_args` which is an iterable of names to not use in the cache key.
* Requires `@cached`, @cachedList` and `@lru_cache` to use keyword arguments for clarity.
* Asserts that keyword-only arguments in cached functions are not accepted. (I tested this briefly and I don't believe this works properly.)
2022-03-09 18:07:41 +00:00
..
2022-03-04 11:58:49 +00:00
2022-02-28 17:40:24 +00:00
2022-03-01 17:44:41 +00:00
2022-03-03 18:14:09 +00:00
2022-03-02 13:00:16 +00:00
2022-02-23 11:04:02 +00:00
2022-03-04 22:40:51 +00:00
2022-03-04 11:48:15 +00:00
2022-02-23 11:04:02 +00:00
2022-03-09 11:00:48 +00:00
2022-02-23 11:04:02 +00:00
2022-03-08 15:58:14 +00:00
2022-02-14 13:12:22 +00:00
2022-03-03 11:39:58 +01:00
2022-02-28 17:40:24 +00:00
2022-03-09 14:53:28 +00:00
2022-02-22 07:11:39 -05:00
2022-03-08 15:58:14 +00:00
2022-02-23 11:04:02 +00:00
2021-04-14 15:34:27 +01:00
2022-03-04 10:25:18 +00:00
2021-08-18 08:13:35 -04:00
2022-03-09 18:07:41 +00:00
2022-02-23 11:04:02 +00:00
2022-03-09 18:07:41 +00:00
2022-03-08 15:37:35 +00:00
2022-02-22 18:35:01 +00:00
2022-02-23 11:04:02 +00:00
2021-10-13 08:42:41 +01:00
2022-03-08 15:58:14 +00:00
2022-03-08 07:26:05 -05:00
2022-02-21 16:03:06 +00:00
2022-03-04 10:31:19 +00:00