mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
Fix __all__.
This commit is contained in:
parent
64d010c990
commit
0b5669c0f5
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
# See C source code for _functools credits/copyright
|
||||
|
||||
__all__ = ['update_wrapper', 'wraps', 'WRAPPER_ASSIGNMENTS', 'WRAPPER_UPDATES',
|
||||
'total_ordering', 'cmp_to_key', 'lfu_cache', 'lru_cache']
|
||||
'total_ordering', 'cmp_to_key', 'lru_cache']
|
||||
|
||||
from _functools import partial, reduce
|
||||
from collections import OrderedDict
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue