python-cached-property

Provides cached-property for decorating methods in classes (Python 2)
  https://github.com/pydanny/cached-property
  0
  no reviews



This Python module
* makes caching of time or computational expensive properties quick and easy.
* is simple to use.
* works in Python 2 and 3.
This package is targeting Python version 2.