backports.cached_property
JSON →`backports.cached_property` is a Python library that provides a backport of the `functools.cached_property` decorator, which was introduced in Python 3.8. It allows a method of a class to be transformed into a property whose value is computed only once per instance and then cached as a regular attribute. This is particularly useful for expensive computed properties of instances that are otherwise effectively immutable. The current version is 1.0.2, and it appears to be in maintenance mode, as its primary purpose is to backport a feature now in the standard library.
Traffic · last 30 days stale · no recent hits
total hits 13
actors 5 distinct systems
last hit 15d ago ByteDance
top countries 🇺🇸 United States · 🇸🇬 Singapore · 🇨🇦 Canada · 🇵🇱 Poland · 🇩🇪 Germany
Resources
API endpoints
compatibility /v1/registry/backports-cached-property/compatibility