Name: | python36-decorator |
---|---|
Version: | 4.0.11 |
Release: | 2.el7 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 45273 |
License: | BSD |
RPM: | python36-decorator-4.0.11-2.el7.noarch.rpm |
Source RPM: | python3-decorator-4.0.11-2.el7.src.rpm |
Build Date: | Wed Mar 11 2020 |
Build Host: | x86-ol7-builder-01.us.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/micheles/decorator |
Summary: | Module to simplify usage of decorators in python3 |
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. |