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
Close
Hashes for backports.functools_lru_cache-1.0.2.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 53fd3555b9135562f81a1c90ef87013fcd9422048b9a8662a7f9d41b2b44e29c |
|
MD5 | 8213ec0264ce9dd554693e5f21e5c3d3 |
|
BLAKE2b-256 | 3fb8e1a790a5b4f47bd09505975193b3d34f7091cbdc92902196cb96e1efb154 |