mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-08 20:28:13 +01:00
cf8b608344
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
4 lines
231 B
Text
4 lines
231 B
Text
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.
|