backports.functools_lru_cache
Project description
License
License is indicated in the project metadata (typically one or more of the Trove classifiers). For more details, see this explanation.
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
File details
Details for the file backports.functools_lru_cache-1.4.tar.gz
.
File metadata
- Download URL: backports.functools_lru_cache-1.4.tar.gz
- Upload date:
- Size: 6.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 31f235852f88edc1558d428d890663c49eb4514ffec9f3650e7f3c9e4a12e36f |
|
MD5 | b954e7d5e2ca0f0f66ad2ed12ba800e5 |
|
BLAKE2b-256 | 4e910e93d9455254b7b630fb3ebe30cc57cab518660c5fad6a08aac7908a4431 |
File details
Details for the file backports.functools_lru_cache-1.4-py2.py3-none-any.whl
.
File metadata
- Download URL: backports.functools_lru_cache-1.4-py2.py3-none-any.whl
- Upload date:
- Size: 6.0 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4ba998e881f285c1d1b73f5b6e3766539b4e162320f9589334400c5ddc35198c |
|
MD5 | 6496f96517b2b0d22175e9f193664bc3 |
|
BLAKE2b-256 | 020b91573feec859f794689fa46a62240526f4f1db829271ac2d98cf04a8efa2 |