Thanks to visit codestin.com Credit goes to github.com
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 64d010c commit 0b5669cCopy full SHA for 0b5669c
1 file changed
Lib/functools.py
@@ -9,7 +9,7 @@
9
# See C source code for _functools credits/copyright
10
11
__all__ = ['update_wrapper', 'wraps', 'WRAPPER_ASSIGNMENTS', 'WRAPPER_UPDATES',
12
- 'total_ordering', 'cmp_to_key', 'lfu_cache', 'lru_cache']
+ 'total_ordering', 'cmp_to_key', 'lru_cache']
13
14
from _functools import partial, reduce
15
from collections import OrderedDict
0 commit comments