decorator 5.1.1
0
Decorators for Humans
Contents
Decorators for Humans
Stars: 847, Watchers: 847, Forks: 108, Open Issues: 14The micheles/decorator
repo was created 10 years ago and the last code push was 5 days ago.
The project is popular with 847 github stars!
How to Install decorator
You can install decorator using pip
pip install decorator
or add it to a project with poetry
poetry add decorator
Package Details
- Author
- Michele Simionato
- License
- new BSD License
- Homepage
- https://github.com/micheles/decorator
- PyPi:
- https://pypi.org/project/decorator/
- GitHub Repo:
- https://github.com/micheles/decorator
Classifiers
- Software Development/Libraries
- Utilities
Related Packages
Errors
A list of common decorator errors.
Code Examples
Here are some decorator
code examples and snippets.
GitHub Issues
The decorator package has 14 open issues on GitHub
FunctionMaker.create()
fails when given a function definition with a return type annotation.