Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

backports.functools_lru_cache-1.0.1.zip (6.8 kB view details)

Uploaded Source

File details

Details for the file backports.functools_lru_cache-1.0.1.zip.

File metadata

File hashes

Hashes for backports.functools_lru_cache-1.0.1.zip
Algorithm Hash digest
SHA256 593275768571eb2bcfe0795a30108f8a0e85e14e98c3a5e498e789f891d82f3d
MD5 c789ef439d189330b99872746a6d9e85
BLAKE2b-256 37891eea4455e28c2b61818eccbf0a9d3d32cc5c6d190bf8ba64fbdd2ce3674d

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page