decorator
Here are 215 public repositories matching this topic...
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
-
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 for RabbitMQ callbacks
-
Updated
Feb 26, 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
[2022-11] A timer context manager as a decorator for Python developpement
-
Updated
Feb 13, 2023 - Python
This repository contains practise programs for beginners.
-
Updated
Dec 25, 2020 - Python
A python decorator that sends you an SMS when a function finishes execution.
-
Updated
Jun 10, 2019 - Python
Custom Python decorators I wrote to restrict method arguments to a specific type. I also added an encrypt/decrypt decorator as well.
-
Updated
Mar 1, 2025 - Python
This is an Insurance Application for Selling Insurance Like : Car Body Insurance , Third Person Insurance and ... and You Can Use it Easily .
-
Updated
Aug 10, 2024 - Python
A small timing decorator implemented in Cython for measuring function execution time with minimal overhead, just for fun.
-
Updated
Nov 9, 2025 - Python
A decorator to call a function every n seconds
-
Updated
Feb 28, 2023 - 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."