From cf8b6083449be46acc3818b2973a92c1a9d6eacf Mon Sep 17 00:00:00 2001 From: Benjamin Trigona-Harany Date: Sun, 16 Apr 2017 14:57:13 +0700 Subject: python/python3-decorator: Added (decorator module for Python 3). Signed-off-by: Willy Sudiarto Raharjo --- python/python3-decorator/README | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 python/python3-decorator/README (limited to 'python/python3-decorator/README') 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. -- cgit v1.2.3