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-02-28 17:40:24 +00:00
2022-02-23 11:04:02 +00:00
2022-03-03 18:14:09 +00:00
2021-12-03 16:42:44 +00:00
2022-02-28 07:12:29 -05:00
2022-03-03 10:43:06 -05:00
2022-03-04 11:48:15 +00:00
2022-03-08 08:09:11 -05:00
2022-02-28 07:12:29 -05:00
2022-02-02 22:41:57 +00:00
2022-02-23 11:04:02 +00:00
2022-02-28 17:40:24 +00:00
2022-02-28 07:12:29 -05:00
2022-03-07 09:44:33 -08:00
2021-04-14 15:34:27 +01:00
2022-02-23 11:04:02 +00:00
2021-07-26 12:17:00 -04:00
2022-03-07 09:44:33 -08:00
2022-02-23 11:04:02 +00:00
2022-03-09 18:07:41 +00:00
2021-04-14 15:34:27 +01:00
2022-01-24 08:58:18 -05:00
2022-02-28 07:12:29 -05:00
2021-10-18 18:28:30 +01:00
2022-02-23 11:04:02 +00:00
2022-02-23 11:04:02 +00:00
2021-04-14 15:34:27 +01:00
2021-04-14 15:34:27 +01:00
2021-09-24 11:01:25 +01:00
2022-03-01 12:49:54 +00:00
2022-02-28 07:12:29 -05:00
2022-02-28 07:12:29 -05:00
2022-02-28 07:12:29 -05:00
2022-03-04 10:31:19 +00:00
2022-02-28 07:12:29 -05:00
2022-02-23 11:04:02 +00:00