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 c2d76fd commit 1017ae5Copy full SHA for 1017ae5
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', 'lru_cache']
+ 'total_ordering', 'cmp_to_key', 'lru_cache', 'reduce', 'partial']
13
14
from _functools import partial, reduce
15
from collections import OrderedDict
0 commit comments