Name: | python3-decorator |
---|---|
Version: | 4.2.1 |
Release: | 2.el8 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 47871 |
License: | BSD |
RPM: | python3-decorator-4.2.1-2.el8.noarch.rpm |
Source RPM: | python-decorator-4.2.1-2.el8.src.rpm |
Build Date: | Thu Mar 07 2019 |
Build Host: | ca-build101.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. |