summaryrefslogtreecommitdiffstats
path: root/python/python3-decorator/README
diff options
context:
space:
mode:
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.