aboutsummaryrefslogtreecommitdiff
path: root/python/python3-decorator/README
diff options
context:
space:
mode:
authorYth - Arnaud <yth@ythogtha.org>2023-11-09 19:06:51 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-11-09 21:01:11 +0700
commitf8c94ab3140aadd4d91c2b2d68bb6c89762def4c (patch)
tree8556cfc26d3f78356870fdea72fb7204d5d169eb /python/python3-decorator/README
parent9c553c2a86f31f92056e14fb3b28681c08234b4c (diff)
python/python3-decorator: Added (python decorator).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-decorator/README')
-rw-r--r--python/python3-decorator/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/python/python3-decorator/README b/python/python3-decorator/README
new file mode 100644
index 0000000000..d1d2a840af
--- /dev/null
+++ b/python/python3-decorator/README
@@ -0,0 +1,4 @@
+The aim of the decorator module it to simplify the usage of decorators
+for the average programmer, and to popularize decorators usage giving
+examples of useful decorators, such as memoize, tracing,
+redirecting_stdout, locked, etc.