Skip to main content

cached(function) - cache function

Project description

https://img.shields.io/badge/language-python-blue.svg https://img.shields.io/pypi/pyversions/cached.svg

codacy.com landscape.io codeclimate.com scrutinizer-ci.com

Install

[sudo] pip install cached

Usage

>>> from cached import cached

>>> cached(func)()

Example

>>> def func(*args,**kwags):
        print('log')
        return "result"

>>> cached(func)()
log
'result'
>>> cached(func)() # cached :)
'result'

Examples/

Sources:

Feedback github_issues gitter github_follow


russianidiot.github.io/python/ - Python packages

russianidiot.github.io/cli/ - command line scripts

README.rst - generated with readmemako.py (python+ mako templates) and .README dotfiles

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cached-0.0.7.tar.gz (6.3 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page