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 14bf68c commit ee642d5Copy full SHA for ee642d5
Lib/functools.py
@@ -12,7 +12,7 @@
12
__all__ = ['update_wrapper', 'wraps', 'WRAPPER_ASSIGNMENTS', 'WRAPPER_UPDATES',
13
'total_ordering', 'cache', 'cmp_to_key', 'lru_cache', 'reduce',
14
'partial', 'partialmethod', 'singledispatch', 'singledispatchmethod',
15
- 'cached_property']
+ 'cached_property', 'Placeholder']
16
17
from abc import get_cache_token
18
from collections import namedtuple
0 commit comments