Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1017ae5

Browse files
committed
add reduce and partial to __all__
1 parent c2d76fd commit 1017ae5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/functools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# See C source code for _functools credits/copyright
1010

1111
__all__ = ['update_wrapper', 'wraps', 'WRAPPER_ASSIGNMENTS', 'WRAPPER_UPDATES',
12-
'total_ordering', 'cmp_to_key', 'lru_cache']
12+
'total_ordering', 'cmp_to_key', 'lru_cache', 'reduce', 'partial']
1313

1414
from _functools import partial, reduce
1515
from collections import OrderedDict

0 commit comments

Comments
 (0)