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
Close
Hashes for backports.functools_lru_cache-1.2.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | c2dab0234ef7b0cddfebc46a4c61e9fdbd87d824f356c24a355f6b4446068da4 |
|
MD5 | 641ced3d7973b88cc5a89f37bad66a26 |
|
BLAKE2b-256 | 7fa2ae29dd42ac013a49446a5ec60f4357469b340430b5b9f4aa0aa362f8a1c4 |
Close
Hashes for backports.functools_lru_cache-1.2-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 35f59105b97e68bf47baddc553f094240272627d8fc02495ae01037f3963b691 |
|
MD5 | b289a0e9674c426c3f08553da64a0e22 |
|
BLAKE2b-256 | ace7d774d773d105dd726d2a530b10ef0d534b231d95058c31109564a7a90b28 |