slackbuilds_ponce/python/python3-decorator/README

5 lines
231 B
Text
Raw Normal View History

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.