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
Built Distribution
Close
Hashes for backports.functools_lru_cache-1.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5b04cc296ac81043d78dfd573807c2ca2e9115620e7ce2a499ef41dc24e5ac69 |
|
MD5 | 1c31e26546e12366608ca385e9cd9ffb |
|
BLAKE2b-256 | 08f72d48c54e0583197f6f953f9dca6356c966ee9edae45fcaf847cadae67651 |
Close
Hashes for backports.functools_lru_cache-1.1-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | ca3c0c0cb483197cc9b9870cbe7c954009e34195e441aef9b9d42255ec7426e5 |
|
MD5 | 7d3f4be70b3ad775ac989ae4064ad075 |
|
BLAKE2b-256 | ee0b3f1b22b5b8b9246202f92f73e841ce1c45871e7a878a9c12f2fb613282a7 |