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.zip
Algorithm | Hash digest | |
---|---|---|
SHA256 | 44088d2d15d847a2c031af65741c1b9f6b8ebe73e44ffc26e947e40373118bd1 |
|
MD5 | 304542b708222e85e33a2fa7306243bd |
|
BLAKE2b-256 | 62ccf75ba5dedd1aa23bfd867eb3b3a7305000edeaf7febf61ea1982e9661b6b |