blob: 1423e6a4cf09947e45e3273de7a9f312d9f1ced6 (
plain)
1
2
3
4
|
Python 3.8 adds great descriptor to functools: cached_property. Technically all
required APIs was available since python 3.6, but it is what it is.
This package is a backport of this functionality for python 3.6 and 3.7.
|