New submission from Raymond Hettinger <raymond.hettin...@gmail.com>:

>>> import functools
>>> functools.cached_property
<class 'functools.cached_property'>
>>> functools.__all__
['update_wrapper', 'wraps', 'WRAPPER_ASSIGNMENTS', 'WRAPPER_UPDATES', 
'total_ordering', 'cmp_to_key', 'lru_cache', 'reduce', 'partial', 
'partialmethod', 'singledispatch', 'singledispatchmethod']

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue39815>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to