summaryrefslogtreecommitdiff
path: root/python/python-cached-property/README
diff options
context:
space:
mode:
authorAudrius Kažukauskas <audrius@neutrino.lt>2017-06-11 19:15:17 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2017-06-15 18:35:52 +0700
commit69cb970b38e6e98617c9a8e1f0b1df6f306453f2 (patch)
treee853d471fc1852108ddd219e2cb4c8ef9a506456 /python/python-cached-property/README
parent2d609653307e5826d566b3234409c563d5ca65cc (diff)
downloadslackbuilds-69cb970b38e6e98617c9a8e1f0b1df6f306453f2.tar.gz
python/python-cached-property: Added (caching properties decorator).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'python/python-cached-property/README')
-rw-r--r--python/python-cached-property/README1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/python-cached-property/README b/python/python-cached-property/README
new file mode 100644
index 0000000000..f5f4d6f535
--- /dev/null
+++ b/python/python-cached-property/README
@@ -0,0 +1 @@
+A Python decorator for caching properties in classes.