An open API service indexing awesome lists of open source software.

https://github.com/quansight/decorator_tutorial


https://github.com/quansight/decorator_tutorial

Last synced: 3 months ago
JSON representation

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.