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-01-04 16:10:27 +00:00
2022-02-02 11:37:18 +00:00
2022-02-24 17:55:45 +00:00
2022-03-07 14:00:05 +00:00
2021-12-13 17:05:00 +00:00
2021-12-13 17:05:00 +00:00
2022-03-04 17:57:27 +00:00
2022-02-15 15:01:00 +00:00
2022-01-13 19:44:18 -05:00
2022-01-13 19:44:18 -05:00
2022-02-24 17:55:45 +00:00
2022-02-12 10:44:16 +00:00
2022-01-13 19:44:18 -05:00
2022-01-13 19:44:18 -05:00
2021-11-12 15:58:17 +00:00
2022-03-09 18:07:41 +00:00
2022-03-07 14:00:05 +00:00
2021-12-29 13:04:28 +00:00
2021-12-13 17:05:00 +00:00
2021-05-24 15:32:01 -04:00
2021-12-13 17:05:00 +00:00
2021-12-29 13:04:28 +00:00
2021-12-14 12:34:30 +00:00
2022-02-23 11:04:02 +00:00
2021-11-11 08:47:31 -05:00
2022-02-21 16:03:06 +00:00
2021-11-15 12:59:33 +00:00
2022-02-21 16:03:06 +00:00
2022-02-02 09:49:31 -05:00
2022-01-13 19:44:18 -05:00
2021-12-13 17:05:00 +00:00
2022-02-22 13:29:04 +00:00
2021-04-14 15:34:27 +01:00
2022-02-16 06:53:21 -05:00
2021-11-11 16:49:28 +00:00
2022-03-01 12:49:54 +00:00
2022-03-09 15:29:39 +00:00
2022-02-24 11:52:28 +00:00
2022-01-05 09:53:05 -08:00
2022-01-21 09:18:10 +00:00
2021-12-08 14:15:14 +00:00
2022-03-02 10:35:34 +00:00
2021-12-29 08:01:13 -05:00
2022-01-26 08:27:04 -05:00
2021-12-13 16:28:10 +00:00
2022-01-25 16:11:40 +00:00
2022-01-13 13:49:28 +00:00
2022-02-21 16:03:06 +00:00
2021-11-11 19:22:19 +00:00