Kaydet (Commit) 1017ae52 authored tarafından Benjamin Peterson's avatar Benjamin Peterson

add reduce and partial to __all__

üst c2d76fd3
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
# See C source code for _functools credits/copyright # See C source code for _functools credits/copyright
__all__ = ['update_wrapper', 'wraps', 'WRAPPER_ASSIGNMENTS', 'WRAPPER_UPDATES', __all__ = ['update_wrapper', 'wraps', 'WRAPPER_ASSIGNMENTS', 'WRAPPER_UPDATES',
'total_ordering', 'cmp_to_key', 'lru_cache'] 'total_ordering', 'cmp_to_key', 'lru_cache', 'reduce', 'partial']
from _functools import partial, reduce from _functools import partial, reduce
from collections import OrderedDict from collections import OrderedDict
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment