Backport of 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
Security Contact
To report a security vulnerability, please use the Tidelift security contact. Tidelift will coordinate the fix and disclosure.
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
File details
Details for the file backports.functools_lru_cache-1.6.0.tar.gz
.
File metadata
- Download URL: backports.functools_lru_cache-1.6.0.tar.gz
- Upload date:
- Size: 12.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.37.0 CPython/3.8.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6bf7b39947b43e7835d889a2ce6ed4e0ddbed10aee17540c5fe56a0cd6a444ce |
|
MD5 | 9ba1ae4ae892a91a0fdc57f902210961 |
|
BLAKE2b-256 | daa10416d08c73dfc0316dcbeb1b269ed8d840d4a6708de07862b413e3b23567 |
File details
Details for the file backports.functools_lru_cache-1.6.0-py2.py3-none-any.whl
.
File metadata
- Download URL: backports.functools_lru_cache-1.6.0-py2.py3-none-any.whl
- Upload date:
- Size: 5.7 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.37.0 CPython/3.8.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7e2f901b3c149fdea05f4ef376b278f412bb97ef98a2c7bdf1df9eb4aa71ec72 |
|
MD5 | 5470ae2a73990ae55e97ae78ba184278 |
|
BLAKE2b-256 | ee9aee3fa278a9402ece52aa02e22bf730047f5a034844f794fe5afc30aeead3 |