FICHA · AUR

python-memoized-property

A simple python decorator for defining properties that only run their fget function once

  • Memoized property decorator
  • LIBRARY
  • Dependency only
official+codex · reviewed · Jun 3, 2026 description in en

Description

Expensive object properties can be computed once and then reused through a memoizing decorator. Developers use this helper for lazy calculations, cached attributes, and cleaner class APIs. Cached values should be invalidated or avoided when source state can change.

Permissions

Permissions not analysed for this source yet.