CMD + K

lazy-property

Community

A package for making properties lazy

Installation

To install this package, run one of the following:

Conda
$conda install conda-forge::lazy-property

Usage Tracking

0.0.1
1 / 8 versions selected
Downloads (Last 6 months): 0

Description

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.

About

Summary

A package for making properties lazy

Last Updated

Aug 5, 2020 at 15:34

License

MIT

Total Downloads

5.4K

Supported Platforms

noarch