About Anaconda Help Download Anaconda

A package for making properties lazy

copied from cf-staging / lazy-property

Installers

  • noarch v0.0.1

conda install

To install this package run one of the following:
conda install conda-forge::lazy-property

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.


© 2025 Anaconda, Inc. All Rights Reserved. (v4.0.7) Legal | Privacy Policy