From 4b4b704b38ad52c2265cc947af1f558742270cd2 Mon Sep 17 00:00:00 2001 From: Lerking <33354709+Lerking@users.noreply.github.com> Date: Tue, 12 Mar 2024 08:34:03 +0100 Subject: [PATCH] Updated at_cache (markdown) --- at_cache.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/at_cache.md b/at_cache.md index ddc8597..c31a3f6 100644 --- a/at_cache.md +++ b/at_cache.md @@ -1,6 +1,7 @@ # @cache The @cache decorator can be import with. -´´´python + +```python from functools import cache @cache @@ -10,4 +11,4 @@ def some_loop_function(): if i%25: mod25.append(i) return mod25 -´´´ \ No newline at end of file +``` \ No newline at end of file