backports.functools_lru_cache
Project description
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
Close
Hashes for backports.functools_lru_cache-1.3.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 444a21bcec4ae177da554321f81a78dc879eaa8f6ea9920cb904830585d31e95 |
|
MD5 | b26a223250bd24ea2e0ad6ce47b19084 |
|
BLAKE2b-256 | 009c70c865c629d406531d05f46a5c5f68874f186bcc0424ed3bd7cbe54bfe7d |
Close
Hashes for backports.functools_lru_cache-1.3-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | ac661058b4b9c770c0f045a71cf3cafedd1be11071d6116201ee5d7245c61034 |
|
MD5 | bf15e14320b577810100338e2fb94303 |
|
BLAKE2b-256 | d4400b1db94fdfd71353ae67ec444ff28e0a7ecc25212d1cb94c291b6cd226f9 |