https://github.com/quansight/decorator_tutorial
https://github.com/quansight/decorator_tutorial
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/quansight/decorator_tutorial
- Owner: Quansight
- Created: 2020-08-06T15:41:05.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-06T15:58:27.000Z (almost 6 years ago)
- Last Synced: 2026-01-19T22:57:20.417Z (6 months ago)
- Language: Jupyter Notebook
- Size: 3.91 KB
- Stars: 3
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Decorator Tutorial
This is a short presentation on python decorators and how they work under the hood.
It also covers uses of functools.wraps and wrapt.