Preparing for system design interviews?  Try bugzed.com →

backports.cached_property

JSON →
library 1.0.2 ·python maintenance
verified Jun 28, 2026

`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.

total hits 13
actors 5 distinct systems
last hit 15d ago ByteDance
GPTBot
4
ByteDance
4
Script
1
ChatGPT-User
1

top countries 🇺🇸 United States · 🇸🇬 Singapore · 🇨🇦 Canada · 🇵🇱 Poland · 🇩🇪 Germany