functools.cached_property

可以快速上手的开发文档

#functools.cached_property
functools.cached_property

Python 3.8中实现functools.cached_property功能

前言缓存属性(cached_property)是一个非常常用的功能,很多知名Python项目都自己实现过它。我..