Name: | python-decorator |
---|---|
Version: | 3.4.0 |
Release: | 3.el7 |
Architecture: | noarch |
Group: | Development/Languages |
Size: | 72291 |
License: | BSD |
RPM: | python-decorator-3.4.0-3.el7.noarch.rpm |
Source RPM: | python-decorator-3.4.0-3.el7.src.rpm |
Build Date: | Thu May 08 2014 |
Build Host: | ca-buildj3.us.oracle.com |
Vendor: | Oracle America |
URL: | http://pypi.python.org/pypi/decorator/ |
Summary: | Module to simplify usage of decorators |
Description: | The aim of the decorator module is 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. The core of this module is a decorator factory called decorator. |