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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file backports.functools_lru_cache-1.5.tar.gz.
File metadata
- Download URL: backports.functools_lru_cache-1.5.tar.gz
- Upload date:
- Size: 7.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9d98697f088eb1b0fa451391f91afb5e3ebde16bbdb272819fd091151fda4f1a
|
|
| MD5 |
20f53f54cd3f04b3346ce75a54959754
|
|
| BLAKE2b-256 |
57d4156eb5fbb08d2e85ab0a632e2bebdad355798dece07d4752f66a8d02d1ea
|
File details
Details for the file backports.functools_lru_cache-1.5-py2.py3-none-any.whl.
File metadata
- Download URL: backports.functools_lru_cache-1.5-py2.py3-none-any.whl
- Upload date:
- Size: 7.0 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f0b0e4eba956de51238e17573b7087e852dfe9854afd2e9c873f73fc0ca0a6dd
|
|
| MD5 |
5a93b4dac0cc414ceff28ff678713e31
|
|
| BLAKE2b-256 |
038e2424c0e65c4a066e28f539364deee49b6451f8fcd4f718fefa50cc3dcf48
|