summaryrefslogtreecommitdiffstats
path: root/Doc/faq
diff options
context:
space:
mode:
authorRaymond Hettinger <rhettinger@users.noreply.github.com>2022-09-18 21:36:20 (GMT)
committerGitHub <noreply@github.com>2022-09-18 21:36:20 (GMT)
commitbbc24b2bd569108b957ed24c5a95ffeaf8cde0db (patch)
tree52a9f3b67ab88e0e0e3bff6197577a9d24c2b1c7 /Doc/faq
parent2d1a2d902a0daa39c340ea0a0f0565f249d8fc17 (diff)
downloadcpython-bbc24b2bd569108b957ed24c5a95ffeaf8cde0db.zip
cpython-bbc24b2bd569108b957ed24c5a95ffeaf8cde0db.tar.gz
cpython-bbc24b2bd569108b957ed24c5a95ffeaf8cde0db.tar.bz2
GH-96851: Add link to FAQ entry for caching method calls. (GH-96902)
Diffstat (limited to 'Doc/faq')
-rw-r--r--Doc/faq/programming.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/faq/programming.rst b/Doc/faq/programming.rst
index 6514c00..a3fb2fa 100644
--- a/Doc/faq/programming.rst
+++ b/Doc/faq/programming.rst
@@ -1897,6 +1897,8 @@ The classes can be used like this:
'blog-why-python-rocks'
+.. _faq-cache-method-calls:
+
How do I cache method calls?
----------------------------