mirror of
https://github.com/python/cpython.git
synced 2025-11-25 21:11:09 +00:00
Fix functools.partialmethod docs and __all__
This commit is contained in:
parent
21ea21ef6d
commit
3daaf5f89d
2 changed files with 3 additions and 3 deletions
|
|
@ -11,7 +11,7 @@
|
|||
|
||||
__all__ = ['update_wrapper', 'wraps', 'WRAPPER_ASSIGNMENTS', 'WRAPPER_UPDATES',
|
||||
'total_ordering', 'cmp_to_key', 'lru_cache', 'reduce', 'partial',
|
||||
'singledispatch']
|
||||
'partialmethod', 'singledispatch']
|
||||
|
||||
try:
|
||||
from _functools import reduce
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue