lazy-property
A package for making properties lazy
A package for making properties lazy
To install this package, run one of the following:
Properties are a very useful feature of Python, effectively allowing an attribute to masquerade as a method (with no arguments other than self). However, sometimes we want to store the results of an expensive computation in an attribute.
Summary
A package for making properties lazy
Last Updated
Aug 5, 2020 at 15:34
License
MIT
Total Downloads
5.4K
Supported Platforms
GitHub Repository
https://github.com/jackmaney/lazy-propertyDocumentation
https://github.com/jackmaney/lazy-property