We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30f839b commit 9d109faCopy full SHA for 9d109fa
1 file changed
Doc/library/functools.rst
@@ -123,6 +123,7 @@ The :mod:`!functools` module defines the following functions:
123
124
125
.. decorator:: cached_method(func)
126
+ cached_method(maxsize=128, typed=False)
127
128
Decorator to wrap a method with a bounded or unbounded cache.
129
0 commit comments