backports.functools_lru_cache
Project description
Backport of functools.lru_cache from Python 3.3 as published at ActiveState.
Usage
Consider using this technique for importing the ‘lru_cache’ function:
try: from functools import lru_cache except ImportError: from backports.functools_lru_cache import lru_cache
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Close
Hashes for backports.functools_lru_cache-1.0.3.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1c60fce711bd45b159802abcb70fdc10fe90869fcf9c4fd911a43e0bc46396a8 |
|
MD5 | 3d373b365c143bccf04eadea6e19171c |
|
BLAKE2b-256 | 69a023a679f5ff08f7b5496c508a6deb7e1145be81cad959c1536f48046ac2d5 |