Name: | python3-decorator |
---|---|
Version: | 4.4.2 |
Release: | 6.el9 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 62807 |
License: | BSD |
RPM: | python3-decorator-4.4.2-6.el9.noarch.rpm |
Source RPM: | python-decorator-4.4.2-6.el9.src.rpm |
Build Date: | Mon Jan 10 2022 |
Build Host: | build-ol9-x86_64.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. |