decorator
Here are 228 public repositories matching this topic...
Decorator for RabbitMQ callbacks
-
Updated
Feb 26, 2023 - Python
[2022-11] A timer context manager as a decorator for Python developpement
-
Updated
Feb 13, 2023 - Python
A Python decorator is a way to modify the behavior of a function or class without changing its source code. It uses a wrapper function that takes the original function as input and returns a modified version of it, adding new features or altering its behavior.
-
Updated
Mar 29, 2023 - Python
This repository contains practise programs for beginners.
-
Updated
Dec 25, 2020 - Python
-
Updated
Dec 19, 2017 - Python
Python 常用方法 扩展包 常量,自定义装饰器(形参参数类型检测,单例,私有方法密封保护),收发邮件,枚举扩展类,文件操作,FTP操作,ZIP操作等 扩展包使用演示项目 https://github.com/lanymy/PythonAutoScheduleTask
-
Updated
Dec 26, 2019 - Python
Generic argument validation for Python using decorators.
-
Updated
Dec 4, 2021 - Python
Decorator-based SQS message routing for AWS Lambda functions (Flask-style routing for SQS)
-
Updated
Mar 14, 2026 - Python
A Python decorator (time_lock) challenge for rate-limiting function execution. Implements caching and checks the time interval between calls.
-
Updated
Oct 7, 2025 - Python
Simple decorator to check before running
-
Updated
Jun 18, 2018 - Python
Hacky config parser - parses ConfigParser-compatible files / sys.argv and changes the defaults of functions
-
Updated
May 1, 2023 - Python
People have confusion about how to use python decorators in the proper way and how it works. The main reason for it is there are several ways to use decorators. In this project, every kind of example is included.
-
Updated
Aug 31, 2022 - Python
A python decorator that sends you an SMS when a function finishes execution.
-
Updated
Jun 10, 2019 - Python
Improve this page
Add a description, image, and links to the decorator topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the decorator topic, visit your repo's landing page and select "manage topics."